Shades of Cinderella #FCD8CD
Tints of Cinderella #FCD8CD
RGB
CMYK
RGB Variations
Color information
#FCD8CD (or 0xFCD8CD) is known color: Cinderella. HEX triplet: FC, D8 and CD. RGB value is (252,216,205). Sum of RGB (Red+Green+Blue) = 252+216+205=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8CD is #032732. Grayscale: #E1E1E1. Windows color (decimal): -206643 or 13490428. OLE color: 13490428.
HSL color Cylindrical-coordinate representation of color #FCD8CD: hue angle of 14.04º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCD8CD is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 205 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.01 |
| HSL | 14.04º | 0.89% | 0.9% | - |
| HSV(B) | 14.04º | 0.19% | 0.99% | - |
| XYZ | 75.72 | 74.21 | 68.09 | - |
| YUV | 225.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 205 | 0 | 0.14 | 0.19 | 0.01 | 14.04 | 0.89 | 0.9 |
| Hex | FC | D8 | CD | 0 | E | 13 | 1 | E | 59 | 5A |
| Octal | 374 | 330 | 315 | 0 | 16 | 23 | 1 | 16 | 131 | 132 |
| Binary | 11111100 | 11011000 | 11001101 | 0 | 1110 | 10011 | 1 | 1110 | 1011001 | 1011010 |
Color Harmonies of #FCD8CD
Complementary color
Monochromatic Colors of #FCD8CD
Black with #FCD8CD
Text Example
Text Example
White with #FCD8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8CD; }
p { color: rgb(252,216,205); }
H1.HeaderClassName
{
color: #FCD8CD;
}
.AnyTagClassName
{
color: #FCD8CD;
}
</style>
background-color css
<style>
a { background-color: #FCD8CD; }
a { background-color: rgb(252,216,205); }
div.DivClassName
{
background-color: #FCD8CD;
}
.BgClassName
{
background-color: #FCD8CD;
}
</style>
border-color css
<style>
span { border-color: #FCD8CD; }
span { border-color: rgb(252,216,205); }
td.TdClassName
{
border-color: #FCD8CD;
}
.TagClassName
{
border-color: #FCD8CD;
}
</style>