COLOR #F9BAAC

HEX: #F9BAAC
RGB: (249,186,172)

Color info

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

RGB color model

#F9BAAC color RGB value is (249,186,172).

  • red value is 249;
  • green value is 186;
  • blue value is 172.
RGB:
(249,186,172)
(98%,73%,67%)

RGB channels and saturation

R 249 of 255 = 98%
G 186 of 255 = 73%
B 172 of 255 = 67%

249
186
172

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

Portions of RGB colors in percentages

R + G + B =
249 + 186 + 172 = 607 (100%)
R 249 of 607 ~ 41.02%
G 186 of 607 ~ 30.64%
B 172 of 607 ~ 28.34%

%41.02
%30.64
%28.34

CMYK color model

#F9BAAC color CMYK value is (0,25,31,2).

  • cyan value is 0.00%
  • magenta value is 25.30%
  • yellow value is 30.92%
  • key color value is 2.35%
CMYK:
(0,25,31,2)
C0M25Y31K2 
(0%,25%,31%,2%)
(0.00/0.25/0.31/0.02)	

CMYK percentages

%0
%25.3
%30.92
%2.35

Codes

Color #F9BAAC in popluar color models

F9BAAC
RGB249186172
HSL11°86.52%82.55%
HSB/HSV11°30.92%97.65%
CMYK0.00%25.30%30.92%
2.35%

Color #F9BAAC in popluar number systems.

HEXF9BAAC
Decimal249186172
Binary111110011011101010101100
Octal371272254

Shades and tints

Shades of #F9BAAC

#F9BAAC
(249,186,172)
#E3AA9D
(227,170,157)
#CD9A8E
(205,154,142)
#B78A7F
(183,138,127)
#A17A70
(161,122,112)
#8B6A61
(139,106,97)
#755A52
(117,90,82)
#5F4A43
(95,74,67)
#493A34
(73,58,52)
#332A25
(51,42,37)
#1D1A16
(29,26,22)
#000000
(0,0,0)

Tints of #F9BAAC

#F9BAAC
(249,186,172)
#F9C0B3
(249,192,179)
#F9C6BA
(249,198,186)
#F9CCC1
(249,204,193)
#F9D2C8
(249,210,200)
#F9D8CF
(249,216,207)
#F9DED6
(249,222,214)
#F9E4DD
(249,228,221)
#F9EAE4
(249,234,228)
#F9F0EB
(249,240,235)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BAAC color. Also use rgb(249,186,172) instead hex code.

Text Font Color

.myTextColor { color: #F9BAAC; }

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

This text font color is #F9BAAC.


Background Color

.myBgColor { background-color: #F9BAAC; }

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

This div background color is #F9BAAC.


Border color

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

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

This div border color is #F9BAAC.


Opacity

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

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

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

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

This text has shadow with #F9BAAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BAAC on black background.


Color preview on white background

This text has color #F9BAAC on white background.



Black color preview on #F9BAAC background

This text has black color on #F9BAAC background.


White color preview on #F9BAAC background

This text has white color on #F9BAAC background.