HEX: #FCB6BC
RGB: (252,182,188)
#FCB6BC contains mainly red color. Web safe color of #FCB6BC is #FFCCCC (or #FCC).
#FCB6BC color RGB value is (252,182,188).
RGB: (252,182,188)
(99%, 71%, 74%)
R 252 of 255 = 99%
G 182 of 255 = 71%
B 188 of 255 = 74%
R + G + B ~ 81%. #FCB6BC is quite light color.
R + G + B = 252 + 182 + 188 = 622 (100%)
R 252 of 622 ~ 40.51%
G 182 of 622 ~ 29.26%
B 188 of 622 ~ 30.23'%
#FCB6BC color CMYK value is (0,28,25,1).
CMYK: (0,28,25,1)
C0M28Y25K1 (0%, 28%, 25%, 1%)
(0.00 / 0.28 / 0.25 / 0.01)
Color #FCB6BC in popluar color models
FC | B6 | BC | |
---|---|---|---|
RGB | 252 | 182 | 188 |
HSL | 355° | 92.11% | 85.10% |
HSB/HSV | 355° | 27.78% | 98.82% |
CMYK | 0.00% | 27.78% | 25.40% |
1.18% |
Color #FCB6BC in popluar number systems.
HEX | FC | B6 | BC |
Decimal | 252 | 182 | 188 |
Binary | 11111100 | 10110110 | 10111100 |
Octal | 374 | 266 | 274 |
Shades of #FCB6BC
Tints of #FCB6BC
Examples of css and html codes for elements with #FCB6BC color. Also use rgb(252,182,188) instead hex code.
.myTextColor { color: #FCB6BC; }
<p style="color:#FCB6BC">This sample text font color is #FCB6BC.</p>
This text font color is #FCB6BC.
.myBgColor { background-color: #FCB6BC; }
<div style="background-color:#FCB6BC">Inner text</div>
This div background color is #FCB6BC.
.myBorderColor { border: 1px solid #FCB6BC; }
<div style="border:3px solid #FCB6BC">Div</div>
This div border color is #FCB6BC.
.myOpacity80 { color: #FCB6BC; opacity: 0.8; }
<p style="color:#FCB6BC;opacity:0.8;">80%</p>
Text with #FCB6BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCB6BC;}
<p style="text-shadow: 3px 3px 1px #FCB6BC">Text here.</p>
This text has shadow with #FCB6BC color.
.textShadow {text-shadow: 3px 3px 1px #FCB6BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCB6BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCB6BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCB6BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCB6BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCB6BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCB6BC;
-webkit-box-shadow: 1px 1px 3px 2px #FCB6BC;
box-shadow: 1px 1px 3px 2px #FCB6BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCB6BC; -webkit-box-shadow: 1px 1px 3px 2px #FCB6BC; box-shadow:1px 1px 3px 2px #FCB6BC;">
Div content here
</div>
This text has color #FCB6BC on black background.
This text has color #FCB6BC on white background.
This text has black color on #FCB6BC background.
This text has white color on #FCB6BC background.
Complementary color for #hex is #034943.