Shades of Cinderella #FCD7C6
Tints of Cinderella #FCD7C6
RGB
CMYK
RGB Variations
Color information
#FCD7C6 (or 0xFCD7C6) is known color: Cinderella. HEX triplet: FC, D7 and C6. RGB value is (252,215,198). Sum of RGB (Red+Green+Blue) = 252+215+198=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 215 (84.38% from 255 or 32.33% from 665); Blue value is 198 (77.73% from 255 or 29.77% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7C6 is #032839. Grayscale: #E0E0E0. Windows color (decimal): -206906 or 13031420. OLE color: 13031420.
HSL color Cylindrical-coordinate representation of color #FCD7C6: hue angle of 18.89º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCD7C6 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 198 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.01 |
| HSL | 18.89º | 0.9% | 0.88% | - |
| HSV(B) | 18.89º | 0.21% | 0.99% | - |
| XYZ | 74.64 | 73.37 | 63.65 | - |
| YUV | 224.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 198 | 0 | 0.15 | 0.21 | 0.01 | 18.89 | 0.9 | 0.88 |
| Hex | FC | D7 | C6 | 0 | F | 15 | 1 | 13 | 5A | 58 |
| Octal | 374 | 327 | 306 | 0 | 17 | 25 | 1 | 23 | 132 | 130 |
| Binary | 11111100 | 11010111 | 11000110 | 0 | 1111 | 10101 | 1 | 10011 | 1011010 | 1011000 |
Color Harmonies of #FCD7C6
Complementary color
Monochromatic Colors of #FCD7C6
Black with #FCD7C6
Text Example
Text Example
White with #FCD7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7C6; }
p { color: rgb(252,215,198); }
H1.HeaderClassName
{
color: #FCD7C6;
}
.AnyTagClassName
{
color: #FCD7C6;
}
</style>
background-color css
<style>
a { background-color: #FCD7C6; }
a { background-color: rgb(252,215,198); }
div.DivClassName
{
background-color: #FCD7C6;
}
.BgClassName
{
background-color: #FCD7C6;
}
</style>
border-color css
<style>
span { border-color: #FCD7C6; }
span { border-color: rgb(252,215,198); }
td.TdClassName
{
border-color: #FCD7C6;
}
.TagClassName
{
border-color: #FCD7C6;
}
</style>