Shades of Cinderella #FCD5C9
Tints of Cinderella #FCD5C9
RGB
CMYK
RGB Variations
Color information
#FCD5C9 (or 0xFCD5C9) is known color: Cinderella. HEX triplet: FC, D5 and C9. RGB value is (252,213,201). Sum of RGB (Red+Green+Blue) = 252+213+201=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 201 (78.91% from 255 or 30.18% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5C9 is #032A36. Grayscale: #DFDFDF. Windows color (decimal): -207415 or 13227516. OLE color: 13227516.
HSL color Cylindrical-coordinate representation of color #FCD5C9: hue angle of 14.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 #FCD5C9 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 201 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.01 |
| HSL | 14.12º | 0.89% | 0.89% | - |
| HSV(B) | 14.12º | 0.2% | 0.99% | - |
| XYZ | 74.48 | 72.5 | 65.33 | - |
| YUV | 223.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 201 | 0 | 0.15 | 0.20 | 0.01 | 14.12 | 0.89 | 0.89 |
| Hex | FC | D5 | C9 | 0 | F | 14 | 1 | E | 59 | 59 |
| Octal | 374 | 325 | 311 | 0 | 17 | 24 | 1 | 16 | 131 | 131 |
| Binary | 11111100 | 11010101 | 11001001 | 0 | 1111 | 10100 | 1 | 1110 | 1011001 | 1011001 |
Color Harmonies of #FCD5C9
Complementary color
Monochromatic Colors of #FCD5C9
Black with #FCD5C9
Text Example
Text Example
White with #FCD5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5C9; }
p { color: rgb(252,213,201); }
H1.HeaderClassName
{
color: #FCD5C9;
}
.AnyTagClassName
{
color: #FCD5C9;
}
</style>
background-color css
<style>
a { background-color: #FCD5C9; }
a { background-color: rgb(252,213,201); }
div.DivClassName
{
background-color: #FCD5C9;
}
.BgClassName
{
background-color: #FCD5C9;
}
</style>
border-color css
<style>
span { border-color: #FCD5C9; }
span { border-color: rgb(252,213,201); }
td.TdClassName
{
border-color: #FCD5C9;
}
.TagClassName
{
border-color: #FCD5C9;
}
</style>