Shades of Cinderella #FCD4CA
Tints of Cinderella #FCD4CA
RGB
CMYK
RGB Variations
Color information
#FCD4CA (or 0xFCD4CA) is known color: Cinderella. HEX triplet: FC, D4 and CA. RGB value is (252,212,202). Sum of RGB (Red+Green+Blue) = 252+212+202=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4CA is #032B35. Grayscale: #DEDEDE. Windows color (decimal): -207670 or 13292796. OLE color: 13292796.
HSL color Cylindrical-coordinate representation of color #FCD4CA: hue angle of 12º 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 #FCD4CA is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 202 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.01 |
| HSL | 12º | 0.89% | 0.89% | - |
| HSV(B) | 12º | 0.2% | 0.99% | - |
| XYZ | 74.35 | 72.05 | 65.86 | - |
| YUV | 222.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 202 | 0 | 0.16 | 0.20 | 0.01 | 12 | 0.89 | 0.89 |
| Hex | FC | D4 | CA | 0 | 10 | 14 | 1 | C | 59 | 59 |
| Octal | 374 | 324 | 312 | 0 | 20 | 24 | 1 | 14 | 131 | 131 |
| Binary | 11111100 | 11010100 | 11001010 | 0 | 10000 | 10100 | 1 | 1100 | 1011001 | 1011001 |
Color Harmonies of #FCD4CA
Complementary color
Monochromatic Colors of #FCD4CA
Black with #FCD4CA
Text Example
Text Example
White with #FCD4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4CA; }
p { color: rgb(252,212,202); }
H1.HeaderClassName
{
color: #FCD4CA;
}
.AnyTagClassName
{
color: #FCD4CA;
}
</style>
background-color css
<style>
a { background-color: #FCD4CA; }
a { background-color: rgb(252,212,202); }
div.DivClassName
{
background-color: #FCD4CA;
}
.BgClassName
{
background-color: #FCD4CA;
}
</style>
border-color css
<style>
span { border-color: #FCD4CA; }
span { border-color: rgb(252,212,202); }
td.TdClassName
{
border-color: #FCD4CA;
}
.TagClassName
{
border-color: #FCD4CA;
}
</style>