Shades of Classic Rose #FCC5DE
Tints of Classic Rose #FCC5DE
RGB
CMYK
RGB Variations
Color information
#FCC5DE (or 0xFCC5DE) is known color: Classic Rose. HEX triplet: FC, C5 and DE. RGB value is (252,197,222). Sum of RGB (Red+Green+Blue) = 252+197+222=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 197 (77.34% from 255 or 29.36% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5DE is #033A21. Grayscale: #D8D8D8. Windows color (decimal): -211490 or 14599676. OLE color: 14599676.
HSL color Cylindrical-coordinate representation of color #FCC5DE: hue angle of 332.73º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC5DE is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 222 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.01 |
| HSL | 332.73º | 0.9% | 0.88% | - |
| HSV(B) | 332.73º | 0.22% | 0.99% | - |
| XYZ | 73.3 | 65.9 | 77.96 | - |
| YUV | 216.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 222 | 0 | 0.22 | 0.12 | 0.01 | 332.73 | 0.9 | 0.88 |
| Hex | FC | C5 | DE | 0 | 16 | C | 1 | 14D | 5A | 58 |
| Octal | 374 | 305 | 336 | 0 | 26 | 14 | 1 | 515 | 132 | 130 |
| Binary | 11111100 | 11000101 | 11011110 | 0 | 10110 | 1100 | 1 | 101001101 | 1011010 | 1011000 |
Color Harmonies of #FCC5DE
Complementary color
Monochromatic Colors of #FCC5DE
Black with #FCC5DE
Text Example
Text Example
White with #FCC5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5DE; }
p { color: rgb(252,197,222); }
H1.HeaderClassName
{
color: #FCC5DE;
}
.AnyTagClassName
{
color: #FCC5DE;
}
</style>
background-color css
<style>
a { background-color: #FCC5DE; }
a { background-color: rgb(252,197,222); }
div.DivClassName
{
background-color: #FCC5DE;
}
.BgClassName
{
background-color: #FCC5DE;
}
</style>
border-color css
<style>
span { border-color: #FCC5DE; }
span { border-color: rgb(252,197,222); }
td.TdClassName
{
border-color: #FCC5DE;
}
.TagClassName
{
border-color: #FCC5DE;
}
</style>