Shades of Classic Rose #FCC5EC
Tints of Classic Rose #FCC5EC
RGB
CMYK
RGB Variations
Color information
#FCC5EC (or 0xFCC5EC) is known color: Classic Rose. HEX triplet: FC, C5 and EC. RGB value is (252,197,236). Sum of RGB (Red+Green+Blue) = 252+197+236=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 197 (77.34% from 255 or 28.76% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC5EC is #033A13. Grayscale: #D9D9D9. Windows color (decimal): -211476 or 15517180. OLE color: 15517180.
HSL color Cylindrical-coordinate representation of color #FCC5EC: hue angle of 317.45º 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 #FCC5EC is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 236 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.01 |
| HSL | 317.45º | 0.9% | 0.88% | - |
| HSV(B) | 317.45º | 0.22% | 0.99% | - |
| XYZ | 75.25 | 66.68 | 88.26 | - |
| YUV | 217.89 | 138.22 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 236 | 0 | 0.22 | 0.06 | 0.01 | 317.45 | 0.9 | 0.88 |
| Hex | FC | C5 | EC | 0 | 16 | 6 | 1 | 13D | 5A | 58 |
| Octal | 374 | 305 | 354 | 0 | 26 | 6 | 1 | 475 | 132 | 130 |
| Binary | 11111100 | 11000101 | 11101100 | 0 | 10110 | 110 | 1 | 100111101 | 1011010 | 1011000 |
Color Harmonies of #FCC5EC
Complementary color
Monochromatic Colors of #FCC5EC
Black with #FCC5EC
Text Example
Text Example
White with #FCC5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5EC; }
p { color: rgb(252,197,236); }
H1.HeaderClassName
{
color: #FCC5EC;
}
.AnyTagClassName
{
color: #FCC5EC;
}
</style>
background-color css
<style>
a { background-color: #FCC5EC; }
a { background-color: rgb(252,197,236); }
div.DivClassName
{
background-color: #FCC5EC;
}
.BgClassName
{
background-color: #FCC5EC;
}
</style>
border-color css
<style>
span { border-color: #FCC5EC; }
span { border-color: rgb(252,197,236); }
td.TdClassName
{
border-color: #FCC5EC;
}
.TagClassName
{
border-color: #FCC5EC;
}
</style>