Shades of Cinderella #FCD9CB
Tints of Cinderella #FCD9CB
RGB
CMYK
RGB Variations
Color information
#FCD9CB (or 0xFCD9CB) is known color: Cinderella. HEX triplet: FC, D9 and CB. RGB value is (252,217,203). Sum of RGB (Red+Green+Blue) = 252+217+203=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 203 (79.69% from 255 or 30.21% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9CB is #032634. Grayscale: #E1E1E1. Windows color (decimal): -206389 or 13359612. OLE color: 13359612.
HSL color Cylindrical-coordinate representation of color #FCD9CB: hue angle of 17.14º 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 #FCD9CB is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 203 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.01 |
| HSL | 17.14º | 0.89% | 0.89% | - |
| HSV(B) | 17.14º | 0.19% | 0.99% | - |
| XYZ | 75.74 | 74.63 | 66.91 | - |
| YUV | 225.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 203 | 0 | 0.14 | 0.19 | 0.01 | 17.14 | 0.89 | 0.89 |
| Hex | FC | D9 | CB | 0 | E | 13 | 1 | 11 | 59 | 59 |
| Octal | 374 | 331 | 313 | 0 | 16 | 23 | 1 | 21 | 131 | 131 |
| Binary | 11111100 | 11011001 | 11001011 | 0 | 1110 | 10011 | 1 | 10001 | 1011001 | 1011001 |
Color Harmonies of #FCD9CB
Complementary color
Monochromatic Colors of #FCD9CB
Black with #FCD9CB
Text Example
Text Example
White with #FCD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD9CB; }
p { color: rgb(252,217,203); }
H1.HeaderClassName
{
color: #FCD9CB;
}
.AnyTagClassName
{
color: #FCD9CB;
}
</style>
background-color css
<style>
a { background-color: #FCD9CB; }
a { background-color: rgb(252,217,203); }
div.DivClassName
{
background-color: #FCD9CB;
}
.BgClassName
{
background-color: #FCD9CB;
}
</style>
border-color css
<style>
span { border-color: #FCD9CB; }
span { border-color: rgb(252,217,203); }
td.TdClassName
{
border-color: #FCD9CB;
}
.TagClassName
{
border-color: #FCD9CB;
}
</style>