COLOR #F5B6DA

HEX: #F5B6DA
RGB: (245,182,218)

Renk bilgisi

#F5B6DA contains mainly red and blue colors. #F5B6DA ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#F5B6DA color RGB value is (245,182,218).

  • kırmız ton 245;
  • yeşil ton 182;
  • mavi ton 218.
RGB:
(245,182,218)
(96%,71%,85%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 182 of 255 = 71%
B 218 of 255 = 85%

245
182
218

R + G + B ~ 84%. #F5B6DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 182 + 218 = 645 (100%)
R 245 of 645 ~ 37.98%
G 182 of 645 ~ 28.22%
B 218 of 645 ~ 33.8%

%37.98
%28.22
%33.8

CMYK RENK MODELİ

#F5B6DA rengi CMYK tonu (0,26,11,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.71%
  • sarı tonu 11.02%
  • ana renk tonu 3.92%
CMYK:
(0,26,11,4)
C0M26Y11K4 
(0%,26%,11%,4%)
(0.00/0.26/0.11/0.04)	

CMYK yüzdeleri

%0
%25.71
%11.02
%3.92

Codes

Color #F5B6DA in popluar color models

F5B6DA
RGB245182218
HSL326°75.90%83.73%
HSB/HSV326°25.71%96.08%
CMYK0.00%25.71%11.02%
3.92%

Color #F5B6DA in popluar number systems.

HEXF5B6DA
Decimal245182218
Binary111101011011011011011010
Octal365266332

Shades and tints

Shades of #F5B6DA

#F5B6DA
(245,182,218)
#DFA6C7
(223,166,199)
#C996B4
(201,150,180)
#B386A1
(179,134,161)
#9D768E
(157,118,142)
#87667B
(135,102,123)
#715668
(113,86,104)
#5B4655
(91,70,85)
#453642
(69,54,66)
#2F262F
(47,38,47)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #F5B6DA

#F5B6DA
(245,182,218)
#F5BCDD
(245,188,221)
#F5C2E0
(245,194,224)
#F5C8E3
(245,200,227)
#F5CEE6
(245,206,230)
#F5D4E9
(245,212,233)
#F5DAEC
(245,218,236)
#F5E0EF
(245,224,239)
#F5E6F2
(245,230,242)
#F5ECF5
(245,236,245)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B6DA color. Also use rgb(245,182,218) instead hex code.

Text Font Color

.myTextColor { color: #F5B6DA; }

<p style="color:#F5B6DA">This sample text font color is #F5B6DA.</p>

This text font color is #F5B6DA.


Background Color

.myBgColor { background-color: #F5B6DA; }

<div style="background-color:#F5B6DA">Inner text</div>

This div background color is #F5B6DA.


Border color

.myBorderColor { border: 1px solid #F5B6DA; }

<div style="border:3px solid #F5B6DA">Div</div>

This div border color is #F5B6DA.


Opacity

.myOpacity80 { color: #F5B6DA; opacity: 0.8; }

<p style="color:#F5B6DA;opacity:0.8;">80%</p>

Text with #F5B6DA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F5B6DA;}

<p style="text-shadow: 3px 3px 1px #F5B6DA">Text here.</p>

This text has shadow with #F5B6DA color.

.textShadow {text-shadow: 3px 3px 1px #F5B6DA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F5B6DA, 5px 5px 20px red">Text here.</p>

This text has shadow with #F5B6DA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5B6DA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F5B6DA, Direction=45, Strength=4)">Text</p>

This text has shadow with #F5B6DA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F5B6DA;
  -webkit-box-shadow:	1px 1px 3px 2px #F5B6DA;
  box-shadow:		1px 1px 3px 2px #F5B6DA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5B6DA;
-webkit-box-shadow: 1px 1px 3px 2px #F5B6DA;
box-shadow:1px 1px 3px 2px #F5B6DA;">
Div content here</div>
This div box has shadow with color #F5B6DA.

Preview

Color preview on black background

This text has color #F5B6DA on black background.


Color preview on white background

This text has color #F5B6DA on white background.



Black color preview on #F5B6DA background

This text has black color on #F5B6DA background.


White color preview on #F5B6DA background

This text has white color on #F5B6DA background.