Shades of Cinderella #FCDAC8
Tints of Cinderella #FCDAC8
RGB
CMYK
RGB Variations
Color information
#FCDAC8 (or 0xFCDAC8) is known color: Cinderella. HEX triplet: FC, DA and C8. RGB value is (252,218,200). Sum of RGB (Red+Green+Blue) = 252+218+200=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 200 (78.52% from 255 or 29.85% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAC8 is #032537. Grayscale: #E2E2E2. Windows color (decimal): -206136 or 13163260. OLE color: 13163260.
HSL color Cylindrical-coordinate representation of color #FCDAC8: hue angle of 20.77º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCDAC8 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 200 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.01 |
| HSL | 20.77º | 0.9% | 0.89% | - |
| HSV(B) | 20.77º | 0.21% | 0.99% | - |
| XYZ | 75.64 | 75.01 | 65.13 | - |
| YUV | 226.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 200 | 0 | 0.13 | 0.21 | 0.01 | 20.77 | 0.9 | 0.89 |
| Hex | FC | DA | C8 | 0 | D | 15 | 1 | 15 | 5A | 59 |
| Octal | 374 | 332 | 310 | 0 | 15 | 25 | 1 | 25 | 132 | 131 |
| Binary | 11111100 | 11011010 | 11001000 | 0 | 1101 | 10101 | 1 | 10101 | 1011010 | 1011001 |
Color Harmonies of #FCDAC8
Complementary color
Monochromatic Colors of #FCDAC8
Black with #FCDAC8
Text Example
Text Example
White with #FCDAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAC8; }
p { color: rgb(252,218,200); }
H1.HeaderClassName
{
color: #FCDAC8;
}
.AnyTagClassName
{
color: #FCDAC8;
}
</style>
background-color css
<style>
a { background-color: #FCDAC8; }
a { background-color: rgb(252,218,200); }
div.DivClassName
{
background-color: #FCDAC8;
}
.BgClassName
{
background-color: #FCDAC8;
}
</style>
border-color css
<style>
span { border-color: #FCDAC8; }
span { border-color: rgb(252,218,200); }
td.TdClassName
{
border-color: #FCDAC8;
}
.TagClassName
{
border-color: #FCDAC8;
}
</style>