Shades of Pink #FCC8CE
Tints of Pink #FCC8CE
RGB
CMYK
RGB Variations
Color information
#FCC8CE (or 0xFCC8CE) is known color: Pink. HEX triplet: FC, C8 and CE. RGB value is (252,200,206). Sum of RGB (Red+Green+Blue) = 252+200+206=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8CE is #033731. Grayscale: #D8D8D8. Windows color (decimal): -210738 or 13551868. OLE color: 13551868.
HSL color Cylindrical-coordinate representation of color #FCC8CE: hue angle of 353.08º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8CE is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 206 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.01 |
| HSL | 353.08º | 0.9% | 0.89% | - |
| HSV(B) | 353.08º | 0.21% | 0.99% | - |
| XYZ | 71.94 | 66.46 | 67.43 | - |
| YUV | 216.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 206 | 0 | 0.21 | 0.18 | 0.01 | 353.08 | 0.9 | 0.89 |
| Hex | FC | C8 | CE | 0 | 15 | 12 | 1 | 161 | 5A | 59 |
| Octal | 374 | 310 | 316 | 0 | 25 | 22 | 1 | 541 | 132 | 131 |
| Binary | 11111100 | 11001000 | 11001110 | 0 | 10101 | 10010 | 1 | 101100001 | 1011010 | 1011001 |
Color Harmonies of #FCC8CE
Complementary color
Monochromatic Colors of #FCC8CE
Black with #FCC8CE
Text Example
Text Example
White with #FCC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8CE; }
p { color: rgb(252,200,206); }
H1.HeaderClassName
{
color: #FCC8CE;
}
.AnyTagClassName
{
color: #FCC8CE;
}
</style>
background-color css
<style>
a { background-color: #FCC8CE; }
a { background-color: rgb(252,200,206); }
div.DivClassName
{
background-color: #FCC8CE;
}
.BgClassName
{
background-color: #FCC8CE;
}
</style>
border-color css
<style>
span { border-color: #FCC8CE; }
span { border-color: rgb(252,200,206); }
td.TdClassName
{
border-color: #FCC8CE;
}
.TagClassName
{
border-color: #FCC8CE;
}
</style>