Shades of Cinderella #FCDACC
Tints of Cinderella #FCDACC
RGB
CMYK
RGB Variations
Color information
#FCDACC (or 0xFCDACC) is known color: Cinderella. HEX triplet: FC, DA and CC. RGB value is (252,218,204). Sum of RGB (Red+Green+Blue) = 252+218+204=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDACC is #032533. Grayscale: #E2E2E2. Windows color (decimal): -206132 or 13425404. OLE color: 13425404.
HSL color Cylindrical-coordinate representation of color #FCDACC: hue angle of 17.5º 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 #FCDACC is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 204 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.01 |
| HSL | 17.5º | 0.89% | 0.89% | - |
| HSV(B) | 17.5º | 0.19% | 0.99% | - |
| XYZ | 76.12 | 75.2 | 67.63 | - |
| YUV | 226.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 204 | 0 | 0.13 | 0.19 | 0.01 | 17.5 | 0.89 | 0.89 |
| Hex | FC | DA | CC | 0 | D | 13 | 1 | 12 | 59 | 59 |
| Octal | 374 | 332 | 314 | 0 | 15 | 23 | 1 | 22 | 131 | 131 |
| Binary | 11111100 | 11011010 | 11001100 | 0 | 1101 | 10011 | 1 | 10010 | 1011001 | 1011001 |
Color Harmonies of #FCDACC
Complementary color
Monochromatic Colors of #FCDACC
Black with #FCDACC
Text Example
Text Example
White with #FCDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDACC; }
p { color: rgb(252,218,204); }
H1.HeaderClassName
{
color: #FCDACC;
}
.AnyTagClassName
{
color: #FCDACC;
}
</style>
background-color css
<style>
a { background-color: #FCDACC; }
a { background-color: rgb(252,218,204); }
div.DivClassName
{
background-color: #FCDACC;
}
.BgClassName
{
background-color: #FCDACC;
}
</style>
border-color css
<style>
span { border-color: #FCDACC; }
span { border-color: rgb(252,218,204); }
td.TdClassName
{
border-color: #FCDACC;
}
.TagClassName
{
border-color: #FCDACC;
}
</style>