Shades of Cinderella #FCD2C5
Tints of Cinderella #FCD2C5
RGB
CMYK
RGB Variations
Color information
#FCD2C5 (or 0xFCD2C5) is known color: Cinderella. HEX triplet: FC, D2 and C5. RGB value is (252,210,197). Sum of RGB (Red+Green+Blue) = 252+210+197=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 210 (82.42% from 255 or 31.87% from 659); Blue value is 197 (77.34% from 255 or 29.89% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2C5 is #032D3A. Grayscale: #DDDDDD. Windows color (decimal): -208187 or 12964604. OLE color: 12964604.
HSL color Cylindrical-coordinate representation of color #FCD2C5: hue angle of 14.18º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCD2C5 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 197 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.01 |
| HSL | 14.18º | 0.9% | 0.88% | - |
| HSV(B) | 14.18º | 0.22% | 0.99% | - |
| XYZ | 73.27 | 70.82 | 62.63 | - |
| YUV | 221.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 197 | 0 | 0.17 | 0.22 | 0.01 | 14.18 | 0.9 | 0.88 |
| Hex | FC | D2 | C5 | 0 | 11 | 16 | 1 | E | 5A | 58 |
| Octal | 374 | 322 | 305 | 0 | 21 | 26 | 1 | 16 | 132 | 130 |
| Binary | 11111100 | 11010010 | 11000101 | 0 | 10001 | 10110 | 1 | 1110 | 1011010 | 1011000 |
Color Harmonies of #FCD2C5
Complementary color
Monochromatic Colors of #FCD2C5
Black with #FCD2C5
Text Example
Text Example
White with #FCD2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD2C5; }
p { color: rgb(252,210,197); }
H1.HeaderClassName
{
color: #FCD2C5;
}
.AnyTagClassName
{
color: #FCD2C5;
}
</style>
background-color css
<style>
a { background-color: #FCD2C5; }
a { background-color: rgb(252,210,197); }
div.DivClassName
{
background-color: #FCD2C5;
}
.BgClassName
{
background-color: #FCD2C5;
}
</style>
border-color css
<style>
span { border-color: #FCD2C5; }
span { border-color: rgb(252,210,197); }
td.TdClassName
{
border-color: #FCD2C5;
}
.TagClassName
{
border-color: #FCD2C5;
}
</style>