Shades of Cinderella #FCD7CC
Tints of Cinderella #FCD7CC
RGB
CMYK
RGB Variations
Color information
#FCD7CC (or 0xFCD7CC) is known color: Cinderella. HEX triplet: FC, D7 and CC. RGB value is (252,215,204). Sum of RGB (Red+Green+Blue) = 252+215+204=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7CC is #032833. Grayscale: #E0E0E0. Windows color (decimal): -206900 or 13424636. OLE color: 13424636.
HSL color Cylindrical-coordinate representation of color #FCD7CC: hue angle of 13.75º 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 #FCD7CC is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 204 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.01 |
| HSL | 13.75º | 0.89% | 0.89% | - |
| HSV(B) | 13.75º | 0.19% | 0.99% | - |
| XYZ | 75.34 | 73.66 | 67.37 | - |
| YUV | 224.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 204 | 0 | 0.15 | 0.19 | 0.01 | 13.75 | 0.89 | 0.89 |
| Hex | FC | D7 | CC | 0 | F | 13 | 1 | E | 59 | 59 |
| Octal | 374 | 327 | 314 | 0 | 17 | 23 | 1 | 16 | 131 | 131 |
| Binary | 11111100 | 11010111 | 11001100 | 0 | 1111 | 10011 | 1 | 1110 | 1011001 | 1011001 |
Color Harmonies of #FCD7CC
Complementary color
Monochromatic Colors of #FCD7CC
Black with #FCD7CC
Text Example
Text Example
White with #FCD7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7CC; }
p { color: rgb(252,215,204); }
H1.HeaderClassName
{
color: #FCD7CC;
}
.AnyTagClassName
{
color: #FCD7CC;
}
</style>
background-color css
<style>
a { background-color: #FCD7CC; }
a { background-color: rgb(252,215,204); }
div.DivClassName
{
background-color: #FCD7CC;
}
.BgClassName
{
background-color: #FCD7CC;
}
</style>
border-color css
<style>
span { border-color: #FCD7CC; }
span { border-color: rgb(252,215,204); }
td.TdClassName
{
border-color: #FCD7CC;
}
.TagClassName
{
border-color: #FCD7CC;
}
</style>