Shades of Cinderella #FCD8C9
Tints of Cinderella #FCD8C9
RGB
CMYK
RGB Variations
Color information
#FCD8C9 (or 0xFCD8C9) is known color: Cinderella. HEX triplet: FC, D8 and C9. RGB value is (252,216,201). Sum of RGB (Red+Green+Blue) = 252+216+201=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 216 (84.77% from 255 or 32.29% from 669); Blue value is 201 (78.91% from 255 or 30.04% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8C9 is #032736. Grayscale: #E1E1E1. Windows color (decimal): -206647 or 13228284. OLE color: 13228284.
HSL color Cylindrical-coordinate representation of color #FCD8C9: hue angle of 17.65º 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 #FCD8C9 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 201 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.01 |
| HSL | 17.65º | 0.89% | 0.89% | - |
| HSV(B) | 17.65º | 0.2% | 0.99% | - |
| XYZ | 75.24 | 74.02 | 65.58 | - |
| YUV | 225.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 201 | 0 | 0.14 | 0.20 | 0.01 | 17.65 | 0.89 | 0.89 |
| Hex | FC | D8 | C9 | 0 | E | 14 | 1 | 12 | 59 | 59 |
| Octal | 374 | 330 | 311 | 0 | 16 | 24 | 1 | 22 | 131 | 131 |
| Binary | 11111100 | 11011000 | 11001001 | 0 | 1110 | 10100 | 1 | 10010 | 1011001 | 1011001 |
Color Harmonies of #FCD8C9
Complementary color
Monochromatic Colors of #FCD8C9
Black with #FCD8C9
Text Example
Text Example
White with #FCD8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8C9; }
p { color: rgb(252,216,201); }
H1.HeaderClassName
{
color: #FCD8C9;
}
.AnyTagClassName
{
color: #FCD8C9;
}
</style>
background-color css
<style>
a { background-color: #FCD8C9; }
a { background-color: rgb(252,216,201); }
div.DivClassName
{
background-color: #FCD8C9;
}
.BgClassName
{
background-color: #FCD8C9;
}
</style>
border-color css
<style>
span { border-color: #FCD8C9; }
span { border-color: rgb(252,216,201); }
td.TdClassName
{
border-color: #FCD8C9;
}
.TagClassName
{
border-color: #FCD8C9;
}
</style>