Shades of Cinderella #F9D8CA
Tints of Cinderella #F9D8CA
RGB
CMYK
RGB Variations
Color information
#F9D8CA (or 0xF9D8CA) is known color: Cinderella. HEX triplet: F9, D8 and CA. RGB value is (249,216,202). Sum of RGB (Red+Green+Blue) = 249+216+202=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D8CA is #062735. Grayscale: #E0E0E0. Windows color (decimal): -403254 or 13293817. OLE color: 13293817.
HSL color Cylindrical-coordinate representation of color #F9D8CA: hue angle of 17.87º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9D8CA is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 216 | 202 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.02 |
| HSL | 17.87º | 0.8% | 0.88% | - |
| HSV(B) | 17.87º | 0.19% | 0.98% | - |
| XYZ | 74.28 | 73.52 | 66.15 | - |
| YUV | 224.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 216 | 202 | 0 | 0.13 | 0.19 | 0.02 | 17.87 | 0.8 | 0.88 |
| Hex | F9 | D8 | CA | 0 | D | 13 | 2 | 12 | 50 | 58 |
| Octal | 371 | 330 | 312 | 0 | 15 | 23 | 2 | 22 | 120 | 130 |
| Binary | 11111001 | 11011000 | 11001010 | 0 | 1101 | 10011 | 10 | 10010 | 1010000 | 1011000 |
Color Harmonies of #F9D8CA
Complementary color
Monochromatic Colors of #F9D8CA
Black with #F9D8CA
Text Example
Text Example
White with #F9D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D8CA; }
p { color: rgb(249,216,202); }
H1.HeaderClassName
{
color: #F9D8CA;
}
.AnyTagClassName
{
color: #F9D8CA;
}
</style>
background-color css
<style>
a { background-color: #F9D8CA; }
a { background-color: rgb(249,216,202); }
div.DivClassName
{
background-color: #F9D8CA;
}
.BgClassName
{
background-color: #F9D8CA;
}
</style>
border-color css
<style>
span { border-color: #F9D8CA; }
span { border-color: rgb(249,216,202); }
td.TdClassName
{
border-color: #F9D8CA;
}
.TagClassName
{
border-color: #F9D8CA;
}
</style>