Shades of Cinderella #FCD7CD
Tints of Cinderella #FCD7CD
RGB
CMYK
RGB Variations
Color information
#FCD7CD (or 0xFCD7CD) is known color: Cinderella. HEX triplet: FC, D7 and CD. RGB value is (252,215,205). Sum of RGB (Red+Green+Blue) = 252+215+205=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7CD is #032832. Grayscale: #E1E1E1. Windows color (decimal): -206899 or 13490172. OLE color: 13490172.
HSL color Cylindrical-coordinate representation of color #FCD7CD: hue angle of 12.77º 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 #FCD7CD is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 205 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.01 |
| HSL | 12.77º | 0.89% | 0.9% | - |
| HSV(B) | 12.77º | 0.19% | 0.99% | - |
| XYZ | 75.46 | 73.7 | 68.01 | - |
| YUV | 224.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 205 | 0 | 0.15 | 0.19 | 0.01 | 12.77 | 0.89 | 0.9 |
| Hex | FC | D7 | CD | 0 | F | 13 | 1 | D | 59 | 5A |
| Octal | 374 | 327 | 315 | 0 | 17 | 23 | 1 | 15 | 131 | 132 |
| Binary | 11111100 | 11010111 | 11001101 | 0 | 1111 | 10011 | 1 | 1101 | 1011001 | 1011010 |
Color Harmonies of #FCD7CD
Complementary color
Monochromatic Colors of #FCD7CD
Black with #FCD7CD
Text Example
Text Example
White with #FCD7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7CD; }
p { color: rgb(252,215,205); }
H1.HeaderClassName
{
color: #FCD7CD;
}
.AnyTagClassName
{
color: #FCD7CD;
}
</style>
background-color css
<style>
a { background-color: #FCD7CD; }
a { background-color: rgb(252,215,205); }
div.DivClassName
{
background-color: #FCD7CD;
}
.BgClassName
{
background-color: #FCD7CD;
}
</style>
border-color css
<style>
span { border-color: #FCD7CD; }
span { border-color: rgb(252,215,205); }
td.TdClassName
{
border-color: #FCD7CD;
}
.TagClassName
{
border-color: #FCD7CD;
}
</style>