Shades of Classic Rose #FCC8E1
Tints of Classic Rose #FCC8E1
RGB
CMYK
RGB Variations
Color information
#FCC8E1 (or 0xFCC8E1) is known color: Classic Rose. HEX triplet: FC, C8 and E1. RGB value is (252,200,225). Sum of RGB (Red+Green+Blue) = 252+200+225=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 200 (78.52% from 255 or 29.54% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8E1 is #03371E. Grayscale: #DADADA. Windows color (decimal): -210719 or 14797052. OLE color: 14797052.
HSL color Cylindrical-coordinate representation of color #FCC8E1: hue angle of 331.15º 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 #FCC8E1 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 225 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.01 |
| HSL | 331.15º | 0.9% | 0.89% | - |
| HSV(B) | 331.15º | 0.21% | 0.99% | - |
| XYZ | 74.39 | 67.44 | 80.33 | - |
| YUV | 218.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 225 | 0 | 0.21 | 0.11 | 0.01 | 331.15 | 0.9 | 0.89 |
| Hex | FC | C8 | E1 | 0 | 15 | B | 1 | 14B | 5A | 59 |
| Octal | 374 | 310 | 341 | 0 | 25 | 13 | 1 | 513 | 132 | 131 |
| Binary | 11111100 | 11001000 | 11100001 | 0 | 10101 | 1011 | 1 | 101001011 | 1011010 | 1011001 |
Color Harmonies of #FCC8E1
Complementary color
Monochromatic Colors of #FCC8E1
Black with #FCC8E1
Text Example
Text Example
White with #FCC8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8E1; }
p { color: rgb(252,200,225); }
H1.HeaderClassName
{
color: #FCC8E1;
}
.AnyTagClassName
{
color: #FCC8E1;
}
</style>
background-color css
<style>
a { background-color: #FCC8E1; }
a { background-color: rgb(252,200,225); }
div.DivClassName
{
background-color: #FCC8E1;
}
.BgClassName
{
background-color: #FCC8E1;
}
</style>
border-color css
<style>
span { border-color: #FCC8E1; }
span { border-color: rgb(252,200,225); }
td.TdClassName
{
border-color: #FCC8E1;
}
.TagClassName
{
border-color: #FCC8E1;
}
</style>