COLOR #F9BABB

HEX: #F9BABB RGB: (249,186,187)

Color info

#F9BABB contains mainly red color. Web safe color of #F9BABB is #FFCCCC (or #FCC).

RGB color model

#F9BABB color RGB value is (249,186,187).

RGB: (249,186,187) (98%, 73%, 73%)

RGB channels and saturation

R 249 of 255 = 98%
G 186 of 255 = 73%
B 187 of 255 = 73%

249
186
187

R + G + B ~ 81%. #F9BABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 186 + 187 = 622 (100%)
R 249 of 622 ~ 40.03%
G 186 of 622 ~ 29.9%
B 187 of 622 ~ 30.06'%

%40.03
%29.9
%30.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.30%
  • yellow value is 24.90%
  • key color value is 2.35%
CMYK: (0,25,25,2) C0M25Y25K2 (0%,25%,25%,2%) (0.00/0.25/0.25/0.02) 

CMYK percentages

%0
%25.3
%24.9
%2.35

Codes

Color #F9BABB in popluar color models

F9 BA BB
RGB 249 186 187
HSL 359° 84.00% 85.29%
HSB/HSV 359° 25.30% 97.65%
CMYK 0.00% 25.30% 24.90%
2.35%

Color #F9BABB in popluar number systems.

HEX F9 BA BB
Decimal 249 186 187
Binary 11111001 10111010 10111011
Octal 371 272 273

Shades and tints

Shades of #F9BABB

#F9BABB
(249,186,187)
#E3AAAA
(227,170,170)
#CD9A99
(205,154,153)
#B78A88
(183,138,136)
#A17A77
(161,122,119)
#8B6A66
(139,106,102)
#755A55
(117,90,85)
#5F4A44
(95,74,68)
#493A33
(73,58,51)
#332A22
(51,42,34)
#1D1A11
(29,26,17)
#000000
(0,0,0)

Tints of #F9BABB

#F9BABB
(249,186,187)
#F9C0C1
(249,192,193)
#F9C6C7
(249,198,199)
#F9CCCD
(249,204,205)
#F9D2D3
(249,210,211)
#F9D8D9
(249,216,217)
#F9DEDF
(249,222,223)
#F9E4E5
(249,228,229)
#F9EAEB
(249,234,235)
#F9F0F1
(249,240,241)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9BABB; }

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

This text font color is #F9BABB.

Background Color

.myBgColor { background-color: #F9BABB; }

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

This div background color is #F9BABB.

Border color

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

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

This div border color is #F9BABB.

Opacity

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

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

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

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

This text has shadow with #F9BABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9BABB.

Preview

Color preview on black background

This text has color #F9BABB on black background.


Color preview on white background

This text has color #F9BABB on white background.


Black color preview on #F9BABB background

This text has black color on #F9BABB background.


White color preview on #F9BABB background

This text has white color on #F9BABB background.


Related colors

Complementary color

Complementary color for #hex is #064544.


I love getcolorcode.com

Triadic colors

1 #BBF9BA and #BABBF9 with #F9BABB are triadic colors.

2 #BBBAF9 and #BAF9BB with #F9BABB are triadic colors.