Shades of Cinderella #FCDCCD
Tints of Cinderella #FCDCCD
RGB
CMYK
RGB Variations
Color information
#FCDCCD (or 0xFCDCCD) is known color: Cinderella. HEX triplet: FC, DC and CD. RGB value is (252,220,205). Sum of RGB (Red+Green+Blue) = 252+220+205=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCCD is #032332. Grayscale: #E3E3E3. Windows color (decimal): -205619 or 13491452. OLE color: 13491452.
HSL color Cylindrical-coordinate representation of color #FCDCCD: hue angle of 19.15º 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 #FCDCCD is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 205 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.01 |
| HSL | 19.15º | 0.89% | 0.9% | - |
| HSV(B) | 19.15º | 0.19% | 0.99% | - |
| XYZ | 76.76 | 76.29 | 68.44 | - |
| YUV | 227.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 205 | 0 | 0.13 | 0.19 | 0.01 | 19.15 | 0.89 | 0.9 |
| Hex | FC | DC | CD | 0 | D | 13 | 1 | 13 | 59 | 5A |
| Octal | 374 | 334 | 315 | 0 | 15 | 23 | 1 | 23 | 131 | 132 |
| Binary | 11111100 | 11011100 | 11001101 | 0 | 1101 | 10011 | 1 | 10011 | 1011001 | 1011010 |
Color Harmonies of #FCDCCD
Complementary color
Monochromatic Colors of #FCDCCD
Black with #FCDCCD
Text Example
Text Example
White with #FCDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCCD; }
p { color: rgb(252,220,205); }
H1.HeaderClassName
{
color: #FCDCCD;
}
.AnyTagClassName
{
color: #FCDCCD;
}
</style>
background-color css
<style>
a { background-color: #FCDCCD; }
a { background-color: rgb(252,220,205); }
div.DivClassName
{
background-color: #FCDCCD;
}
.BgClassName
{
background-color: #FCDCCD;
}
</style>
border-color css
<style>
span { border-color: #FCDCCD; }
span { border-color: rgb(252,220,205); }
td.TdClassName
{
border-color: #FCDCCD;
}
.TagClassName
{
border-color: #FCDCCD;
}
</style>