Shades of Cinderella #FCDAC9
Tints of Cinderella #FCDAC9
RGB
CMYK
RGB Variations
Color information
#FCDAC9 (or 0xFCDAC9) is known color: Cinderella. HEX triplet: FC, DA and C9. RGB value is (252,218,201). Sum of RGB (Red+Green+Blue) = 252+218+201=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 201 (78.91% from 255 or 29.96% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAC9 is #032536. Grayscale: #E2E2E2. Windows color (decimal): -206135 or 13228796. OLE color: 13228796.
HSL color Cylindrical-coordinate representation of color #FCDAC9: hue angle of 20º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCDAC9 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 201 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.01 |
| HSL | 20º | 0.89% | 0.89% | - |
| HSV(B) | 20º | 0.2% | 0.99% | - |
| XYZ | 75.76 | 75.06 | 65.75 | - |
| YUV | 226.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 201 | 0 | 0.13 | 0.20 | 0.01 | 20 | 0.89 | 0.89 |
| Hex | FC | DA | C9 | 0 | D | 14 | 1 | 14 | 59 | 59 |
| Octal | 374 | 332 | 311 | 0 | 15 | 24 | 1 | 24 | 131 | 131 |
| Binary | 11111100 | 11011010 | 11001001 | 0 | 1101 | 10100 | 1 | 10100 | 1011001 | 1011001 |
Color Harmonies of #FCDAC9
Complementary color
Monochromatic Colors of #FCDAC9
Black with #FCDAC9
Text Example
Text Example
White with #FCDAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAC9; }
p { color: rgb(252,218,201); }
H1.HeaderClassName
{
color: #FCDAC9;
}
.AnyTagClassName
{
color: #FCDAC9;
}
</style>
background-color css
<style>
a { background-color: #FCDAC9; }
a { background-color: rgb(252,218,201); }
div.DivClassName
{
background-color: #FCDAC9;
}
.BgClassName
{
background-color: #FCDAC9;
}
</style>
border-color css
<style>
span { border-color: #FCDAC9; }
span { border-color: rgb(252,218,201); }
td.TdClassName
{
border-color: #FCDAC9;
}
.TagClassName
{
border-color: #FCDAC9;
}
</style>