Shades of Cinderella #FCD6CC
Tints of Cinderella #FCD6CC
RGB
CMYK
RGB Variations
Color information
#FCD6CC (or 0xFCD6CC) is known color: Cinderella. HEX triplet: FC, D6 and CC. RGB value is (252,214,204). Sum of RGB (Red+Green+Blue) = 252+214+204=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6CC is #032933. Grayscale: #E0E0E0. Windows color (decimal): -207156 or 13424380. OLE color: 13424380.
HSL color Cylindrical-coordinate representation of color #FCD6CC: hue angle of 12.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 #FCD6CC is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 204 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.01 |
| HSL | 12.5º | 0.89% | 0.89% | - |
| HSV(B) | 12.5º | 0.19% | 0.99% | - |
| XYZ | 75.09 | 73.15 | 67.29 | - |
| YUV | 224.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 204 | 0 | 0.15 | 0.19 | 0.01 | 12.5 | 0.89 | 0.89 |
| Hex | FC | D6 | CC | 0 | F | 13 | 1 | C | 59 | 59 |
| Octal | 374 | 326 | 314 | 0 | 17 | 23 | 1 | 14 | 131 | 131 |
| Binary | 11111100 | 11010110 | 11001100 | 0 | 1111 | 10011 | 1 | 1100 | 1011001 | 1011001 |
Color Harmonies of #FCD6CC
Complementary color
Monochromatic Colors of #FCD6CC
Black with #FCD6CC
Text Example
Text Example
White with #FCD6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6CC; }
p { color: rgb(252,214,204); }
H1.HeaderClassName
{
color: #FCD6CC;
}
.AnyTagClassName
{
color: #FCD6CC;
}
</style>
background-color css
<style>
a { background-color: #FCD6CC; }
a { background-color: rgb(252,214,204); }
div.DivClassName
{
background-color: #FCD6CC;
}
.BgClassName
{
background-color: #FCD6CC;
}
</style>
border-color css
<style>
span { border-color: #FCD6CC; }
span { border-color: rgb(252,214,204); }
td.TdClassName
{
border-color: #FCD6CC;
}
.TagClassName
{
border-color: #FCD6CC;
}
</style>