COLOR #F5B9AC

HEX: #F5B9AC
RGB: (245,185,172)

Color info

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

RGB color model

#F5B9AC color RGB value is (245,185,172).

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

RGB channels and saturation

R 245 of 255 = 96%
G 185 of 255 = 73%
B 172 of 255 = 67%

245
185
172

R + G + B ~ 79%. #F5B9AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 185 + 172 = 602 (100%)
R 245 of 602 ~ 40.7%
G 185 of 602 ~ 30.73%
B 172 of 602 ~ 28.57%

%40.7
%30.73
%28.57

CMYK color model

#F5B9AC color CMYK value is (0,24,30,4).

  • cyan value is 0.00%
  • magenta value is 24.49%
  • yellow value is 29.80%
  • key color value is 3.92%
CMYK:
(0,24,30,4)
C0M24Y30K4 
(0%,24%,30%,4%)
(0.00/0.24/0.30/0.04)	

CMYK percentages

%0
%24.49
%29.8
%3.92

Codes

Color #F5B9AC in popluar color models

F5B9AC
RGB245185172
HSL11°78.49%81.76%
HSB/HSV11°29.80%96.08%
CMYK0.00%24.49%29.80%
3.92%

Color #F5B9AC in popluar number systems.

HEXF5B9AC
Decimal245185172
Binary111101011011100110101100
Octal365271254

Shades and tints

Shades of #F5B9AC

#F5B9AC
(245,185,172)
#DFA99D
(223,169,157)
#C9998E
(201,153,142)
#B3897F
(179,137,127)
#9D7970
(157,121,112)
#876961
(135,105,97)
#715952
(113,89,82)
#5B4943
(91,73,67)
#453934
(69,57,52)
#2F2925
(47,41,37)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #F5B9AC

#F5B9AC
(245,185,172)
#F5BFB3
(245,191,179)
#F5C5BA
(245,197,186)
#F5CBC1
(245,203,193)
#F5D1C8
(245,209,200)
#F5D7CF
(245,215,207)
#F5DDD6
(245,221,214)
#F5E3DD
(245,227,221)
#F5E9E4
(245,233,228)
#F5EFEB
(245,239,235)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B9AC; }

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

This text font color is #F5B9AC.


Background Color

.myBgColor { background-color: #F5B9AC; }

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

This div background color is #F5B9AC.


Border color

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

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

This div border color is #F5B9AC.


Opacity

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

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

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

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

This text has shadow with #F5B9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B9AC on black background.


Color preview on white background

This text has color #F5B9AC on white background.



Black color preview on #F5B9AC background

This text has black color on #F5B9AC background.


White color preview on #F5B9AC background

This text has white color on #F5B9AC background.