Shades of Classic Rose #FCC8E0
Tints of Classic Rose #FCC8E0
RGB
CMYK
RGB Variations
Color information
#FCC8E0 (or 0xFCC8E0) is known color: Classic Rose. HEX triplet: FC, C8 and E0. RGB value is (252,200,224). Sum of RGB (Red+Green+Blue) = 252+200+224=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 200 (78.52% from 255 or 29.59% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8E0 is #03371F. Grayscale: #DADADA. Windows color (decimal): -210720 or 14731516. OLE color: 14731516.
HSL color Cylindrical-coordinate representation of color #FCC8E0: hue angle of 332.31º 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 #FCC8E0 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 224 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.01 |
| HSL | 332.31º | 0.9% | 0.89% | - |
| HSV(B) | 332.31º | 0.21% | 0.99% | - |
| XYZ | 74.25 | 67.39 | 79.61 | - |
| YUV | 218.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 224 | 0 | 0.21 | 0.11 | 0.01 | 332.31 | 0.9 | 0.89 |
| Hex | FC | C8 | E0 | 0 | 15 | B | 1 | 14C | 5A | 59 |
| Octal | 374 | 310 | 340 | 0 | 25 | 13 | 1 | 514 | 132 | 131 |
| Binary | 11111100 | 11001000 | 11100000 | 0 | 10101 | 1011 | 1 | 101001100 | 1011010 | 1011001 |
Color Harmonies of #FCC8E0
Complementary color
Monochromatic Colors of #FCC8E0
Black with #FCC8E0
Text Example
Text Example
White with #FCC8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8E0; }
p { color: rgb(252,200,224); }
H1.HeaderClassName
{
color: #FCC8E0;
}
.AnyTagClassName
{
color: #FCC8E0;
}
</style>
background-color css
<style>
a { background-color: #FCC8E0; }
a { background-color: rgb(252,200,224); }
div.DivClassName
{
background-color: #FCC8E0;
}
.BgClassName
{
background-color: #FCC8E0;
}
</style>
border-color css
<style>
span { border-color: #FCC8E0; }
span { border-color: rgb(252,200,224); }
td.TdClassName
{
border-color: #FCC8E0;
}
.TagClassName
{
border-color: #FCC8E0;
}
</style>