COLOR #F5B6D1

HEX: #F5B6D1
RGB: (245,182,209)

Color info

#F5B6D1 contains mainly red and blue colors. Web safe color of #F5B6D1 is #FFCCCC (or #FCC).

RGB color model

#F5B6D1 color RGB value is (245,182,209).

  • red value is 245;
  • green value is 182;
  • blue value is 209.
RGB:
(245,182,209)
(96%,71%,82%)

RGB channels and saturation

R 245 of 255 = 96%
G 182 of 255 = 71%
B 209 of 255 = 82%

245
182
209

R + G + B ~ 83%. #F5B6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 182 + 209 = 636 (100%)
R 245 of 636 ~ 38.52%
G 182 of 636 ~ 28.62%
B 209 of 636 ~ 32.86%

%38.52
%28.62
%32.86

CMYK color model

#F5B6D1 color CMYK value is (0,26,15,4).

  • cyan value is 0.00%
  • magenta value is 25.71%
  • yellow value is 14.69%
  • key color value is 3.92%
CMYK:
(0,26,15,4)
C0M26Y15K4 
(0%,26%,15%,4%)
(0.00/0.26/0.15/0.04)	

CMYK percentages

%0
%25.71
%14.69
%3.92

Codes

Color #F5B6D1 in popluar color models

F5B6D1
RGB245182209
HSL334°75.90%83.73%
HSB/HSV334°25.71%96.08%
CMYK0.00%25.71%14.69%
3.92%

Color #F5B6D1 in popluar number systems.

HEXF5B6D1
Decimal245182209
Binary111101011011011011010001
Octal365266321

Shades and tints

Shades of #F5B6D1

#F5B6D1
(245,182,209)
#DFA6BE
(223,166,190)
#C996AB
(201,150,171)
#B38698
(179,134,152)
#9D7685
(157,118,133)
#876672
(135,102,114)
#71565F
(113,86,95)
#5B464C
(91,70,76)
#453639
(69,54,57)
#2F2626
(47,38,38)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #F5B6D1

#F5B6D1
(245,182,209)
#F5BCD5
(245,188,213)
#F5C2D9
(245,194,217)
#F5C8DD
(245,200,221)
#F5CEE1
(245,206,225)
#F5D4E5
(245,212,229)
#F5DAE9
(245,218,233)
#F5E0ED
(245,224,237)
#F5E6F1
(245,230,241)
#F5ECF5
(245,236,245)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B6D1; }

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

This text font color is #F5B6D1.


Background Color

.myBgColor { background-color: #F5B6D1; }

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

This div background color is #F5B6D1.


Border color

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

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

This div border color is #F5B6D1.


Opacity

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

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

Text with #F5B6D1 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 #F5B6D1;}

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

This text has shadow with #F5B6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B6D1 on black background.


Color preview on white background

This text has color #F5B6D1 on white background.



Black color preview on #F5B6D1 background

This text has black color on #F5B6D1 background.


White color preview on #F5B6D1 background

This text has white color on #F5B6D1 background.