Shades of Classic Rose #FCC8E6
Tints of Classic Rose #FCC8E6
RGB
CMYK
RGB Variations
Color information
#FCC8E6 (or 0xFCC8E6) is known color: Classic Rose. HEX triplet: FC, C8 and E6. RGB value is (252,200,230). Sum of RGB (Red+Green+Blue) = 252+200+230=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 200 (78.52% from 255 or 29.33% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8E6 is #033719. Grayscale: #DADADA. Windows color (decimal): -210714 or 15124732. OLE color: 15124732.
HSL color Cylindrical-coordinate representation of color #FCC8E6: hue angle of 325.38º 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 #FCC8E6 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 230 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.01 |
| HSL | 325.38º | 0.9% | 0.89% | - |
| HSV(B) | 325.38º | 0.21% | 0.99% | - |
| XYZ | 75.08 | 67.72 | 83.98 | - |
| YUV | 218.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 230 | 0 | 0.21 | 0.09 | 0.01 | 325.38 | 0.9 | 0.89 |
| Hex | FC | C8 | E6 | 0 | 15 | 9 | 1 | 145 | 5A | 59 |
| Octal | 374 | 310 | 346 | 0 | 25 | 11 | 1 | 505 | 132 | 131 |
| Binary | 11111100 | 11001000 | 11100110 | 0 | 10101 | 1001 | 1 | 101000101 | 1011010 | 1011001 |
Color Harmonies of #FCC8E6
Complementary color
Monochromatic Colors of #FCC8E6
Black with #FCC8E6
Text Example
Text Example
White with #FCC8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8E6; }
p { color: rgb(252,200,230); }
H1.HeaderClassName
{
color: #FCC8E6;
}
.AnyTagClassName
{
color: #FCC8E6;
}
</style>
background-color css
<style>
a { background-color: #FCC8E6; }
a { background-color: rgb(252,200,230); }
div.DivClassName
{
background-color: #FCC8E6;
}
.BgClassName
{
background-color: #FCC8E6;
}
</style>
border-color css
<style>
span { border-color: #FCC8E6; }
span { border-color: rgb(252,200,230); }
td.TdClassName
{
border-color: #FCC8E6;
}
.TagClassName
{
border-color: #FCC8E6;
}
</style>