COLOR #F9BAAA

HEX: #F9BAAA
RGB: (249,186,170)

Color info

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

RGB color model

#F9BAAA color RGB value is (249,186,170).

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

RGB channels and saturation

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

249
186
170

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

Portions of RGB colors in percentages

R + G + B =
249 + 186 + 170 = 605 (100%)
R 249 of 605 ~ 41.16%
G 186 of 605 ~ 30.74%
B 170 of 605 ~ 28.1%

%41.16
%30.74
%28.1

CMYK color model

#F9BAAA color CMYK value is (0,25,32,2).

  • cyan value is 0.00%
  • magenta value is 25.30%
  • yellow value is 31.73%
  • key color value is 2.35%
CMYK:
(0,25,32,2)
C0M25Y32K2 
(0%,25%,32%,2%)
(0.00/0.25/0.32/0.02)	

CMYK percentages

%0
%25.3
%31.73
%2.35

Codes

Color #F9BAAA in popluar color models

F9BAAA
RGB249186170
HSL12°86.81%82.16%
HSB/HSV12°31.73%97.65%
CMYK0.00%25.30%31.73%
2.35%

Color #F9BAAA in popluar number systems.

HEXF9BAAA
Decimal249186170
Binary111110011011101010101010
Octal371272252

Shades and tints

Shades of #F9BAAA

#F9BAAA
(249,186,170)
#E3AA9B
(227,170,155)
#CD9A8C
(205,154,140)
#B78A7D
(183,138,125)
#A17A6E
(161,122,110)
#8B6A5F
(139,106,95)
#755A50
(117,90,80)
#5F4A41
(95,74,65)
#493A32
(73,58,50)
#332A23
(51,42,35)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #F9BAAA

#F9BAAA
(249,186,170)
#F9C0B1
(249,192,177)
#F9C6B8
(249,198,184)
#F9CCBF
(249,204,191)
#F9D2C6
(249,210,198)
#F9D8CD
(249,216,205)
#F9DED4
(249,222,212)
#F9E4DB
(249,228,219)
#F9EAE2
(249,234,226)
#F9F0E9
(249,240,233)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9BAAA; }

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

This text font color is #F9BAAA.


Background Color

.myBgColor { background-color: #F9BAAA; }

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

This div background color is #F9BAAA.


Border color

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

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

This div border color is #F9BAAA.


Opacity

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

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

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

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

This text has shadow with #F9BAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BAAA on black background.


Color preview on white background

This text has color #F9BAAA on white background.



Black color preview on #F9BAAA background

This text has black color on #F9BAAA background.


White color preview on #F9BAAA background

This text has white color on #F9BAAA background.