Shades of Cinderella #F9DDCD
Tints of Cinderella #F9DDCD
RGB
CMYK
RGB Variations
Color information
#F9DDCD (or 0xF9DDCD) is known color: Cinderella. HEX triplet: F9, DD and CD. RGB value is (249,221,205). Sum of RGB (Red+Green+Blue) = 249+221+205=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDCD is #062232. Grayscale: #E3E3E3. Windows color (decimal): -401971 or 13491705. OLE color: 13491705.
HSL color Cylindrical-coordinate representation of color #F9DDCD: hue angle of 21.82º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9DDCD is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 205 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.02 |
| HSL | 21.82º | 0.79% | 0.89% | - |
| HSV(B) | 21.82º | 0.18% | 0.98% | - |
| XYZ | 75.94 | 76.26 | 68.47 | - |
| YUV | 227.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 205 | 0 | 0.11 | 0.18 | 0.02 | 21.82 | 0.79 | 0.89 |
| Hex | F9 | DD | CD | 0 | B | 12 | 2 | 16 | 4F | 59 |
| Octal | 371 | 335 | 315 | 0 | 13 | 22 | 2 | 26 | 117 | 131 |
| Binary | 11111001 | 11011101 | 11001101 | 0 | 1011 | 10010 | 10 | 10110 | 1001111 | 1011001 |
Color Harmonies of #F9DDCD
Complementary color
Monochromatic Colors of #F9DDCD
Black with #F9DDCD
Text Example
Text Example
White with #F9DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDCD; }
p { color: rgb(249,221,205); }
H1.HeaderClassName
{
color: #F9DDCD;
}
.AnyTagClassName
{
color: #F9DDCD;
}
</style>
background-color css
<style>
a { background-color: #F9DDCD; }
a { background-color: rgb(249,221,205); }
div.DivClassName
{
background-color: #F9DDCD;
}
.BgClassName
{
background-color: #F9DDCD;
}
</style>
border-color css
<style>
span { border-color: #F9DDCD; }
span { border-color: rgb(249,221,205); }
td.TdClassName
{
border-color: #F9DDCD;
}
.TagClassName
{
border-color: #F9DDCD;
}
</style>