Shades of Cinderella #FCD9CA
Tints of Cinderella #FCD9CA
RGB
CMYK
RGB Variations
Color information
#FCD9CA (or 0xFCD9CA) is known color: Cinderella. HEX triplet: FC, D9 and CA. RGB value is (252,217,202). Sum of RGB (Red+Green+Blue) = 252+217+202=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9CA is #032635. Grayscale: #E1E1E1. Windows color (decimal): -206390 or 13294076. OLE color: 13294076.
HSL color Cylindrical-coordinate representation of color #FCD9CA: hue angle of 18º 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 #FCD9CA is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 202 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.01 |
| HSL | 18º | 0.89% | 0.89% | - |
| HSV(B) | 18º | 0.2% | 0.99% | - |
| XYZ | 75.62 | 74.59 | 66.29 | - |
| YUV | 225.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 202 | 0 | 0.14 | 0.20 | 0.01 | 18 | 0.89 | 0.89 |
| Hex | FC | D9 | CA | 0 | E | 14 | 1 | 12 | 59 | 59 |
| Octal | 374 | 331 | 312 | 0 | 16 | 24 | 1 | 22 | 131 | 131 |
| Binary | 11111100 | 11011001 | 11001010 | 0 | 1110 | 10100 | 1 | 10010 | 1011001 | 1011001 |
Color Harmonies of #FCD9CA
Complementary color
Monochromatic Colors of #FCD9CA
Black with #FCD9CA
Text Example
Text Example
White with #FCD9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD9CA; }
p { color: rgb(252,217,202); }
H1.HeaderClassName
{
color: #FCD9CA;
}
.AnyTagClassName
{
color: #FCD9CA;
}
</style>
background-color css
<style>
a { background-color: #FCD9CA; }
a { background-color: rgb(252,217,202); }
div.DivClassName
{
background-color: #FCD9CA;
}
.BgClassName
{
background-color: #FCD9CA;
}
</style>
border-color css
<style>
span { border-color: #FCD9CA; }
span { border-color: rgb(252,217,202); }
td.TdClassName
{
border-color: #FCD9CA;
}
.TagClassName
{
border-color: #FCD9CA;
}
</style>