Shades of Cinderella #FCD8CC
Tints of Cinderella #FCD8CC
RGB
CMYK
RGB Variations
Color information
#FCD8CC (or 0xFCD8CC) is known color: Cinderella. HEX triplet: FC, D8 and CC. RGB value is (252,216,204). Sum of RGB (Red+Green+Blue) = 252+216+204=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8CC is #032733. Grayscale: #E1E1E1. Windows color (decimal): -206644 or 13424892. OLE color: 13424892.
HSL color Cylindrical-coordinate representation of color #FCD8CC: hue angle of 15º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCD8CC is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 204 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.01 |
| HSL | 15º | 0.89% | 0.89% | - |
| HSV(B) | 15º | 0.19% | 0.99% | - |
| XYZ | 75.6 | 74.17 | 67.46 | - |
| YUV | 225.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 204 | 0 | 0.14 | 0.19 | 0.01 | 15 | 0.89 | 0.89 |
| Hex | FC | D8 | CC | 0 | E | 13 | 1 | F | 59 | 59 |
| Octal | 374 | 330 | 314 | 0 | 16 | 23 | 1 | 17 | 131 | 131 |
| Binary | 11111100 | 11011000 | 11001100 | 0 | 1110 | 10011 | 1 | 1111 | 1011001 | 1011001 |
Color Harmonies of #FCD8CC
Complementary color
Monochromatic Colors of #FCD8CC
Black with #FCD8CC
Text Example
Text Example
White with #FCD8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8CC; }
p { color: rgb(252,216,204); }
H1.HeaderClassName
{
color: #FCD8CC;
}
.AnyTagClassName
{
color: #FCD8CC;
}
</style>
background-color css
<style>
a { background-color: #FCD8CC; }
a { background-color: rgb(252,216,204); }
div.DivClassName
{
background-color: #FCD8CC;
}
.BgClassName
{
background-color: #FCD8CC;
}
</style>
border-color css
<style>
span { border-color: #FCD8CC; }
span { border-color: rgb(252,216,204); }
td.TdClassName
{
border-color: #FCD8CC;
}
.TagClassName
{
border-color: #FCD8CC;
}
</style>