Shades of Cinderella #FCD8C7
Tints of Cinderella #FCD8C7
RGB
CMYK
RGB Variations
Color information
#FCD8C7 (or 0xFCD8C7) is known color: Cinderella. HEX triplet: FC, D8 and C7. RGB value is (252,216,199). Sum of RGB (Red+Green+Blue) = 252+216+199=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 199 (78.12% from 255 or 29.84% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8C7 is #032738. Grayscale: #E0E0E0. Windows color (decimal): -206649 or 13097212. OLE color: 13097212.
HSL color Cylindrical-coordinate representation of color #FCD8C7: hue angle of 19.25º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCD8C7 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 199 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.01 |
| HSL | 19.25º | 0.9% | 0.88% | - |
| HSV(B) | 19.25º | 0.21% | 0.99% | - |
| XYZ | 75.01 | 73.93 | 64.35 | - |
| YUV | 224.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 199 | 0 | 0.14 | 0.21 | 0.01 | 19.25 | 0.9 | 0.88 |
| Hex | FC | D8 | C7 | 0 | E | 15 | 1 | 13 | 5A | 58 |
| Octal | 374 | 330 | 307 | 0 | 16 | 25 | 1 | 23 | 132 | 130 |
| Binary | 11111100 | 11011000 | 11000111 | 0 | 1110 | 10101 | 1 | 10011 | 1011010 | 1011000 |
Color Harmonies of #FCD8C7
Complementary color
Monochromatic Colors of #FCD8C7
Black with #FCD8C7
Text Example
Text Example
White with #FCD8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8C7; }
p { color: rgb(252,216,199); }
H1.HeaderClassName
{
color: #FCD8C7;
}
.AnyTagClassName
{
color: #FCD8C7;
}
</style>
background-color css
<style>
a { background-color: #FCD8C7; }
a { background-color: rgb(252,216,199); }
div.DivClassName
{
background-color: #FCD8C7;
}
.BgClassName
{
background-color: #FCD8C7;
}
</style>
border-color css
<style>
span { border-color: #FCD8C7; }
span { border-color: rgb(252,216,199); }
td.TdClassName
{
border-color: #FCD8C7;
}
.TagClassName
{
border-color: #FCD8C7;
}
</style>