Shades of Cinderella #F9D9CE
Tints of Cinderella #F9D9CE
RGB
CMYK
RGB Variations
Color information
#F9D9CE (or 0xF9D9CE) is known color: Cinderella. HEX triplet: F9, D9 and CE. RGB value is (249,217,206). Sum of RGB (Red+Green+Blue) = 249+217+206=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D9CE is #062631. Grayscale: #E1E1E1. Windows color (decimal): -402994 or 13556217. OLE color: 13556217.
HSL color Cylindrical-coordinate representation of color #F9D9CE: hue angle of 15.35º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9D9CE is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 217 | 206 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.02 |
| HSL | 15.35º | 0.78% | 0.89% | - |
| HSV(B) | 15.35º | 0.17% | 0.98% | - |
| XYZ | 75.02 | 74.22 | 68.76 | - |
| YUV | 225.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 217 | 206 | 0 | 0.13 | 0.17 | 0.02 | 15.35 | 0.78 | 0.89 |
| Hex | F9 | D9 | CE | 0 | D | 11 | 2 | F | 4E | 59 |
| Octal | 371 | 331 | 316 | 0 | 15 | 21 | 2 | 17 | 116 | 131 |
| Binary | 11111001 | 11011001 | 11001110 | 0 | 1101 | 10001 | 10 | 1111 | 1001110 | 1011001 |
Color Harmonies of #F9D9CE
Complementary color
Monochromatic Colors of #F9D9CE
Black with #F9D9CE
Text Example
Text Example
White with #F9D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D9CE; }
p { color: rgb(249,217,206); }
H1.HeaderClassName
{
color: #F9D9CE;
}
.AnyTagClassName
{
color: #F9D9CE;
}
</style>
background-color css
<style>
a { background-color: #F9D9CE; }
a { background-color: rgb(249,217,206); }
div.DivClassName
{
background-color: #F9D9CE;
}
.BgClassName
{
background-color: #F9D9CE;
}
</style>
border-color css
<style>
span { border-color: #F9D9CE; }
span { border-color: rgb(249,217,206); }
td.TdClassName
{
border-color: #F9D9CE;
}
.TagClassName
{
border-color: #F9D9CE;
}
</style>