Shades of Cinderella #FCD3C9
Tints of Cinderella #FCD3C9
RGB
CMYK
RGB Variations
Color information
#FCD3C9 (or 0xFCD3C9) is known color: Cinderella. HEX triplet: FC, D3 and C9. RGB value is (252,211,201). Sum of RGB (Red+Green+Blue) = 252+211+201=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 201 (78.91% from 255 or 30.27% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD3C9 is #032C36. Grayscale: #DEDEDE. Windows color (decimal): -207927 or 13227004. OLE color: 13227004.
HSL color Cylindrical-coordinate representation of color #FCD3C9: hue angle of 11.76º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCD3C9 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 201 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.01 |
| HSL | 11.76º | 0.89% | 0.89% | - |
| HSV(B) | 11.76º | 0.2% | 0.99% | - |
| XYZ | 73.98 | 71.5 | 65.16 | - |
| YUV | 222.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 201 | 0 | 0.16 | 0.20 | 0.01 | 11.76 | 0.89 | 0.89 |
| Hex | FC | D3 | C9 | 0 | 10 | 14 | 1 | C | 59 | 59 |
| Octal | 374 | 323 | 311 | 0 | 20 | 24 | 1 | 14 | 131 | 131 |
| Binary | 11111100 | 11010011 | 11001001 | 0 | 10000 | 10100 | 1 | 1100 | 1011001 | 1011001 |
Color Harmonies of #FCD3C9
Complementary color
Monochromatic Colors of #FCD3C9
Black with #FCD3C9
Text Example
Text Example
White with #FCD3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD3C9; }
p { color: rgb(252,211,201); }
H1.HeaderClassName
{
color: #FCD3C9;
}
.AnyTagClassName
{
color: #FCD3C9;
}
</style>
background-color css
<style>
a { background-color: #FCD3C9; }
a { background-color: rgb(252,211,201); }
div.DivClassName
{
background-color: #FCD3C9;
}
.BgClassName
{
background-color: #FCD3C9;
}
</style>
border-color css
<style>
span { border-color: #FCD3C9; }
span { border-color: rgb(252,211,201); }
td.TdClassName
{
border-color: #FCD3C9;
}
.TagClassName
{
border-color: #FCD3C9;
}
</style>