Shades of Classic Rose #FCC5E9
Tints of Classic Rose #FCC5E9
RGB
CMYK
RGB Variations
Color information
#FCC5E9 (or 0xFCC5E9) is known color: Classic Rose. HEX triplet: FC, C5 and E9. RGB value is (252,197,233). Sum of RGB (Red+Green+Blue) = 252+197+233=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 197 (77.34% from 255 or 28.89% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC5E9 is #033A16. Grayscale: #D9D9D9. Windows color (decimal): -211479 or 15320572. OLE color: 15320572.
HSL color Cylindrical-coordinate representation of color #FCC5E9: hue angle of 320.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 #FCC5E9 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 233 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.01 |
| HSL | 320.73º | 0.9% | 0.88% | - |
| HSV(B) | 320.73º | 0.22% | 0.99% | - |
| XYZ | 74.82 | 66.51 | 85.99 | - |
| YUV | 217.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 233 | 0 | 0.22 | 0.08 | 0.01 | 320.73 | 0.9 | 0.88 |
| Hex | FC | C5 | E9 | 0 | 16 | 8 | 1 | 141 | 5A | 58 |
| Octal | 374 | 305 | 351 | 0 | 26 | 10 | 1 | 501 | 132 | 130 |
| Binary | 11111100 | 11000101 | 11101001 | 0 | 10110 | 1000 | 1 | 101000001 | 1011010 | 1011000 |
Color Harmonies of #FCC5E9
Complementary color
Monochromatic Colors of #FCC5E9
Black with #FCC5E9
Text Example
Text Example
White with #FCC5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5E9; }
p { color: rgb(252,197,233); }
H1.HeaderClassName
{
color: #FCC5E9;
}
.AnyTagClassName
{
color: #FCC5E9;
}
</style>
background-color css
<style>
a { background-color: #FCC5E9; }
a { background-color: rgb(252,197,233); }
div.DivClassName
{
background-color: #FCC5E9;
}
.BgClassName
{
background-color: #FCC5E9;
}
</style>
border-color css
<style>
span { border-color: #FCC5E9; }
span { border-color: rgb(252,197,233); }
td.TdClassName
{
border-color: #FCC5E9;
}
.TagClassName
{
border-color: #FCC5E9;
}
</style>