Shades of Cinderella #FCD9CE
Tints of Cinderella #FCD9CE
RGB
CMYK
RGB Variations
Color information
#FCD9CE (or 0xFCD9CE) is known color: Cinderella. HEX triplet: FC, D9 and CE. RGB value is (252,217,206). Sum of RGB (Red+Green+Blue) = 252+217+206=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9CE is #032631. Grayscale: #E2E2E2. Windows color (decimal): -206386 or 13556220. OLE color: 13556220.
HSL color Cylindrical-coordinate representation of color #FCD9CE: hue angle of 14.35º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCD9CE is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 206 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.01 |
| HSL | 14.35º | 0.88% | 0.9% | - |
| HSV(B) | 14.35º | 0.18% | 0.99% | - |
| XYZ | 76.1 | 74.78 | 68.82 | - |
| YUV | 226.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 206 | 0 | 0.14 | 0.18 | 0.01 | 14.35 | 0.88 | 0.9 |
| Hex | FC | D9 | CE | 0 | E | 12 | 1 | E | 58 | 5A |
| Octal | 374 | 331 | 316 | 0 | 16 | 22 | 1 | 16 | 130 | 132 |
| Binary | 11111100 | 11011001 | 11001110 | 0 | 1110 | 10010 | 1 | 1110 | 1011000 | 1011010 |
Color Harmonies of #FCD9CE
Complementary color
Monochromatic Colors of #FCD9CE
Black with #FCD9CE
Text Example
Text Example
White with #FCD9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD9CE; }
p { color: rgb(252,217,206); }
H1.HeaderClassName
{
color: #FCD9CE;
}
.AnyTagClassName
{
color: #FCD9CE;
}
</style>
background-color css
<style>
a { background-color: #FCD9CE; }
a { background-color: rgb(252,217,206); }
div.DivClassName
{
background-color: #FCD9CE;
}
.BgClassName
{
background-color: #FCD9CE;
}
</style>
border-color css
<style>
span { border-color: #FCD9CE; }
span { border-color: rgb(252,217,206); }
td.TdClassName
{
border-color: #FCD9CE;
}
.TagClassName
{
border-color: #FCD9CE;
}
</style>