Shades of Cinderella #FCDACD
Tints of Cinderella #FCDACD
RGB
CMYK
RGB Variations
Color information
#FCDACD (or 0xFCDACD) is known color: Cinderella. HEX triplet: FC, DA and CD. RGB value is (252,218,205). Sum of RGB (Red+Green+Blue) = 252+218+205=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDACD is #032532. Grayscale: #E2E2E2. Windows color (decimal): -206131 or 13490940. OLE color: 13490940.
HSL color Cylindrical-coordinate representation of color #FCDACD: hue angle of 16.6º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCDACD is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 205 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.01 |
| HSL | 16.6º | 0.89% | 0.9% | - |
| HSV(B) | 16.6º | 0.19% | 0.99% | - |
| XYZ | 76.24 | 75.25 | 68.26 | - |
| YUV | 226.68 | 115.76 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 205 | 0 | 0.13 | 0.19 | 0.01 | 16.6 | 0.89 | 0.9 |
| Hex | FC | DA | CD | 0 | D | 13 | 1 | 11 | 59 | 5A |
| Octal | 374 | 332 | 315 | 0 | 15 | 23 | 1 | 21 | 131 | 132 |
| Binary | 11111100 | 11011010 | 11001101 | 0 | 1101 | 10011 | 1 | 10001 | 1011001 | 1011010 |
Color Harmonies of #FCDACD
Complementary color
Monochromatic Colors of #FCDACD
Black with #FCDACD
Text Example
Text Example
White with #FCDACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDACD; }
p { color: rgb(252,218,205); }
H1.HeaderClassName
{
color: #FCDACD;
}
.AnyTagClassName
{
color: #FCDACD;
}
</style>
background-color css
<style>
a { background-color: #FCDACD; }
a { background-color: rgb(252,218,205); }
div.DivClassName
{
background-color: #FCDACD;
}
.BgClassName
{
background-color: #FCDACD;
}
</style>
border-color css
<style>
span { border-color: #FCDACD; }
span { border-color: rgb(252,218,205); }
td.TdClassName
{
border-color: #FCDACD;
}
.TagClassName
{
border-color: #FCDACD;
}
</style>