Shades of Cinderella #FCD5CA
Tints of Cinderella #FCD5CA
RGB
CMYK
RGB Variations
Color information
#FCD5CA (or 0xFCD5CA) is known color: Cinderella. HEX triplet: FC, D5 and CA. RGB value is (252,213,202). Sum of RGB (Red+Green+Blue) = 252+213+202=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5CA is #032A35. Grayscale: #DFDFDF. Windows color (decimal): -207414 or 13293052. OLE color: 13293052.
HSL color Cylindrical-coordinate representation of color #FCD5CA: hue angle of 13.2º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCD5CA is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 202 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.01 |
| HSL | 13.2º | 0.89% | 0.89% | - |
| HSV(B) | 13.2º | 0.2% | 0.99% | - |
| XYZ | 74.6 | 72.55 | 65.95 | - |
| YUV | 223.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 202 | 0 | 0.15 | 0.20 | 0.01 | 13.2 | 0.89 | 0.89 |
| Hex | FC | D5 | CA | 0 | F | 14 | 1 | D | 59 | 59 |
| Octal | 374 | 325 | 312 | 0 | 17 | 24 | 1 | 15 | 131 | 131 |
| Binary | 11111100 | 11010101 | 11001010 | 0 | 1111 | 10100 | 1 | 1101 | 1011001 | 1011001 |
Color Harmonies of #FCD5CA
Complementary color
Monochromatic Colors of #FCD5CA
Black with #FCD5CA
Text Example
Text Example
White with #FCD5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5CA; }
p { color: rgb(252,213,202); }
H1.HeaderClassName
{
color: #FCD5CA;
}
.AnyTagClassName
{
color: #FCD5CA;
}
</style>
background-color css
<style>
a { background-color: #FCD5CA; }
a { background-color: rgb(252,213,202); }
div.DivClassName
{
background-color: #FCD5CA;
}
.BgClassName
{
background-color: #FCD5CA;
}
</style>
border-color css
<style>
span { border-color: #FCD5CA; }
span { border-color: rgb(252,213,202); }
td.TdClassName
{
border-color: #FCD5CA;
}
.TagClassName
{
border-color: #FCD5CA;
}
</style>