HEX: #F9BABB
RGB: (249,186,187)
#F9BABB contains mainly red color. Web safe color of #F9BABB is #FFCCCC (or #FCC).
#F9BABB color RGB value is (249,186,187).
RGB: (249,186,187)
(98%, 73%, 73%)
R 249 of 255 = 98%
G 186 of 255 = 73%
B 187 of 255 = 73%
R + G + B ~ 81%. #F9BABB is quite light color.
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'%
#F9BABB color CMYK value is (0,25,25,2).
CMYK: (0,25,25,2) C0M25Y25K2 (0%,25%,25%,2%) (0.00/0.25/0.25/0.02)
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 of #F9BABB
Tints of #F9BABB
Examples of css and html codes for elements with #F9BABB color. Also use rgb(249,186,187) instead hex code.
.myTextColor { color: #F9BABB; }
<p style="color:#F9BABB">This sample text font color is #F9BABB.</p>
This text font color is #F9BABB.
.myBgColor { background-color: #F9BABB; }
<div style="background-color:#F9BABB">Inner text</div>
This div background color is #F9BABB.
.myBorderColor { border: 1px solid #F9BABB; }
<div style="border:3px solid #F9BABB">Div</div>
This div border color is #F9BABB.
.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%.
.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.
/* 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 text has color #F9BABB on black background.
This text has color #F9BABB on white background.
This text has black color on #F9BABB background.
This text has white color on #F9BABB background.
Complementary color for #hex is #064544.