Shades of Cinderella #FCD9CD
Tints of Cinderella #FCD9CD
RGB
CMYK
RGB Variations
Color information
#FCD9CD (or 0xFCD9CD) is known color: Cinderella. HEX triplet: FC, D9 and CD. RGB value is (252,217,205). Sum of RGB (Red+Green+Blue) = 252+217+205=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9CD is #032632. Grayscale: #E2E2E2. Windows color (decimal): -206387 or 13490684. OLE color: 13490684.
HSL color Cylindrical-coordinate representation of color #FCD9CD: hue angle of 15.32º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCD9CD is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 217 | 205 | - |
CMYK | 0 | 0.14 | 0.19 | 0.01 |
HSL | 15.32º | 0.89% | 0.9% | - |
HSV(B) | 15.32º | 0.19% | 0.99% | - |
XYZ | 75.98 | 74.73 | 68.18 | - |
YUV | 226.1 | 116.1 | 146.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 217 | 205 | 0 | 0.14 | 0.19 | 0.01 | 15.32 | 0.89 | 0.9 |
Hex | FC | D9 | CD | 0 | E | 13 | 1 | F | 59 | 5A |
Octal | 374 | 331 | 315 | 0 | 16 | 23 | 1 | 17 | 131 | 132 |
Binary | 11111100 | 11011001 | 11001101 | 0 | 1110 | 10011 | 1 | 1111 | 1011001 | 1011010 |
Color Harmonies of #FCD9CD
Complementary color
Monochromatic Colors of #FCD9CD
Black with #FCD9CD
Text Example
Text Example
White with #FCD9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD9CD; }
p { color: rgb(252,217,205); }
H1.HeaderClassName
{
color: #FCD9CD;
}
.AnyTagClassName
{
color: #FCD9CD;
}
</style>
background-color css
<style>
a { background-color: #FCD9CD; }
a { background-color: rgb(252,217,205); }
div.DivClassName
{
background-color: #FCD9CD;
}
.BgClassName
{
background-color: #FCD9CD;
}
</style>
border-color css
<style>
span { border-color: #FCD9CD; }
span { border-color: rgb(252,217,205); }
td.TdClassName
{
border-color: #FCD9CD;
}
.TagClassName
{
border-color: #FCD9CD;
}
</style>