COLOR #F5B9B2

HEX: #F5B9B2
RGB: (245,185,178)

Color info

#F5B9B2 contains mainly red color. Web safe color of #F5B9B2 is #FFCC99 (or #FC9).

RGB color model

#F5B9B2 color RGB value is (245,185,178).

  • red value is 245;
  • green value is 185;
  • blue value is 178.
RGB:
(245,185,178)
(96%,73%,70%)

RGB channels and saturation

R 245 of 255 = 96%
G 185 of 255 = 73%
B 178 of 255 = 70%

245
185
178

R + G + B ~ 80%. #F5B9B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 185 + 178 = 608 (100%)
R 245 of 608 ~ 40.3%
G 185 of 608 ~ 30.43%
B 178 of 608 ~ 29.28%

%40.3
%30.43
%29.28

CMYK color model

#F5B9B2 color CMYK value is (0,24,27,4).

  • cyan value is 0.00%
  • magenta value is 24.49%
  • yellow value is 27.35%
  • key color value is 3.92%
CMYK:
(0,24,27,4)
C0M24Y27K4 
(0%,24%,27%,4%)
(0.00/0.24/0.27/0.04)	

CMYK percentages

%0
%24.49
%27.35
%3.92

Codes

Color #F5B9B2 in popluar color models

F5B9B2
RGB245185178
HSL77.01%82.94%
HSB/HSV27.35%96.08%
CMYK0.00%24.49%27.35%
3.92%

Color #F5B9B2 in popluar number systems.

HEXF5B9B2
Decimal245185178
Binary111101011011100110110010
Octal365271262

Shades and tints

Shades of #F5B9B2

#F5B9B2
(245,185,178)
#DFA9A2
(223,169,162)
#C99992
(201,153,146)
#B38982
(179,137,130)
#9D7972
(157,121,114)
#876962
(135,105,98)
#715952
(113,89,82)
#5B4942
(91,73,66)
#453932
(69,57,50)
#2F2922
(47,41,34)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #F5B9B2

#F5B9B2
(245,185,178)
#F5BFB9
(245,191,185)
#F5C5C0
(245,197,192)
#F5CBC7
(245,203,199)
#F5D1CE
(245,209,206)
#F5D7D5
(245,215,213)
#F5DDDC
(245,221,220)
#F5E3E3
(245,227,227)
#F5E9EA
(245,233,234)
#F5EFF1
(245,239,241)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B9B2 color. Also use rgb(245,185,178) instead hex code.

Text Font Color

.myTextColor { color: #F5B9B2; }

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

This text font color is #F5B9B2.


Background Color

.myBgColor { background-color: #F5B9B2; }

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

This div background color is #F5B9B2.


Border color

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

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

This div border color is #F5B9B2.


Opacity

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

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

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

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

This text has shadow with #F5B9B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B9B2 on black background.


Color preview on white background

This text has color #F5B9B2 on white background.



Black color preview on #F5B9B2 background

This text has black color on #F5B9B2 background.


White color preview on #F5B9B2 background

This text has white color on #F5B9B2 background.