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