HEX: #F6B0BB
RGB: (246,176,187)
#F6B0BB contains mainly red and blue colors. Web safe color of #F6B0BB is #FF99CC (or #F9C).
#F6B0BB color RGB value is (246,176,187).
RGB: (246,176,187)
(96%, 69%, 73%)
R 246 of 255 = 96%
G 176 of 255 = 69%
B 187 of 255 = 73%
R + G + B ~ 79%. #F6B0BB is quite light color.
R + G + B = 246 + 176 + 187 = 609 (100%)
R 246 of 609 ~ 40.39%
G 176 of 609 ~ 28.9%
B 187 of 609 ~ 30.71'%
#F6B0BB color CMYK value is (0,28,24,4).
CMYK: (0,28,24,4)
C0M28Y24K4 (0%, 28%, 24%, 4%)
(0.00 / 0.28 / 0.24 / 0.04)
Color #F6B0BB in popluar color models
F6 | B0 | BB | |
---|---|---|---|
RGB | 246 | 176 | 187 |
HSL | 351° | 79.55% | 82.75% |
HSB/HSV | 351° | 28.46% | 96.47% |
CMYK | 0.00% | 28.46% | 23.98% |
3.53% |
Color #F6B0BB in popluar number systems.
HEX | F6 | B0 | BB |
Decimal | 246 | 176 | 187 |
Binary | 11110110 | 10110000 | 10111011 |
Octal | 366 | 260 | 273 |
Shades of #F6B0BB
Tints of #F6B0BB
Examples of css and html codes for elements with #F6B0BB color. Also use rgb(246,176,187) instead hex code.
.myTextColor { color: #F6B0BB; }
<p style="color:#F6B0BB">This sample text font color is #F6B0BB.</p>
This text font color is #F6B0BB.
.myBgColor { background-color: #F6B0BB; }
<div style="background-color:#F6B0BB">Inner text</div>
This div background color is #F6B0BB.
.myBorderColor { border: 1px solid #F6B0BB; }
<div style="border:3px solid #F6B0BB">Div</div>
This div border color is #F6B0BB.
.myOpacity80 { color: #F6B0BB; opacity: 0.8; }
<p style="color:#F6B0BB;opacity:0.8;">80%</p>
Text with #F6B0BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6B0BB;}
<p style="text-shadow: 3px 3px 1px #F6B0BB">Text here.</p>
This text has shadow with #F6B0BB color.
.textShadow {text-shadow: 3px 3px 1px #F6B0BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6B0BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6B0BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6B0BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6B0BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6B0BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6B0BB;
-webkit-box-shadow: 1px 1px 3px 2px #F6B0BB;
box-shadow: 1px 1px 3px 2px #F6B0BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6B0BB; -webkit-box-shadow: 1px 1px 3px 2px #F6B0BB; box-shadow:1px 1px 3px 2px #F6B0BB;">
Div content here
</div>
This text has color #F6B0BB on black background.
This text has color #F6B0BB on white background.
This text has black color on #F6B0BB background.
This text has white color on #F6B0BB background.
Complementary color for #hex is #094F44.