Shades of Cinderella #F9DACC
Tints of Cinderella #F9DACC
RGB
CMYK
RGB Variations
Color information
#F9DACC (or 0xF9DACC) is known color: Cinderella. HEX triplet: F9, DA and CC. RGB value is (249,218,204). Sum of RGB (Red+Green+Blue) = 249+218+204=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DACC is #062533. Grayscale: #E1E1E1. Windows color (decimal): -402740 or 13425401. OLE color: 13425401.
HSL color Cylindrical-coordinate representation of color #F9DACC: hue angle of 18.67º 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 #F9DACC is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 218 | 204 | - |
CMYK | 0 | 0.12 | 0.18 | 0.02 |
HSL | 18.67º | 0.79% | 0.89% | - |
HSV(B) | 18.67º | 0.18% | 0.98% | - |
XYZ | 75.04 | 74.64 | 67.58 | - |
YUV | 225.67 | 115.77 | 144.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 218 | 204 | 0 | 0.12 | 0.18 | 0.02 | 18.67 | 0.79 | 0.89 |
Hex | F9 | DA | CC | 0 | C | 12 | 2 | 13 | 4F | 59 |
Octal | 371 | 332 | 314 | 0 | 14 | 22 | 2 | 23 | 117 | 131 |
Binary | 11111001 | 11011010 | 11001100 | 0 | 1100 | 10010 | 10 | 10011 | 1001111 | 1011001 |
Color Harmonies of #F9DACC
Complementary color
Monochromatic Colors of #F9DACC
Black with #F9DACC
Text Example
Text Example
White with #F9DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DACC; }
p { color: rgb(249,218,204); }
H1.HeaderClassName
{
color: #F9DACC;
}
.AnyTagClassName
{
color: #F9DACC;
}
</style>
background-color css
<style>
a { background-color: #F9DACC; }
a { background-color: rgb(249,218,204); }
div.DivClassName
{
background-color: #F9DACC;
}
.BgClassName
{
background-color: #F9DACC;
}
</style>
border-color css
<style>
span { border-color: #F9DACC; }
span { border-color: rgb(249,218,204); }
td.TdClassName
{
border-color: #F9DACC;
}
.TagClassName
{
border-color: #F9DACC;
}
</style>