Shades of Cinderella #F9DBCA
Tints of Cinderella #F9DBCA
RGB
CMYK
RGB Variations
Color information
#F9DBCA (or 0xF9DBCA) is known color: Cinderella. HEX triplet: F9, DB and CA. RGB value is (249,219,202). Sum of RGB (Red+Green+Blue) = 249+219+202=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBCA is #062435. Grayscale: #E2E2E2. Windows color (decimal): -402486 or 13294585. OLE color: 13294585.
HSL color Cylindrical-coordinate representation of color #F9DBCA: hue angle of 21.7º 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 #F9DBCA is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 202 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.02 |
| HSL | 21.7º | 0.8% | 0.88% | - |
| HSV(B) | 21.7º | 0.19% | 0.98% | - |
| XYZ | 75.06 | 75.07 | 66.41 | - |
| YUV | 226.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 202 | 0 | 0.12 | 0.19 | 0.02 | 21.7 | 0.8 | 0.88 |
| Hex | F9 | DB | CA | 0 | C | 13 | 2 | 16 | 50 | 58 |
| Octal | 371 | 333 | 312 | 0 | 14 | 23 | 2 | 26 | 120 | 130 |
| Binary | 11111001 | 11011011 | 11001010 | 0 | 1100 | 10011 | 10 | 10110 | 1010000 | 1011000 |
Color Harmonies of #F9DBCA
Complementary color
Monochromatic Colors of #F9DBCA
Black with #F9DBCA
Text Example
Text Example
White with #F9DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBCA; }
p { color: rgb(249,219,202); }
H1.HeaderClassName
{
color: #F9DBCA;
}
.AnyTagClassName
{
color: #F9DBCA;
}
</style>
background-color css
<style>
a { background-color: #F9DBCA; }
a { background-color: rgb(249,219,202); }
div.DivClassName
{
background-color: #F9DBCA;
}
.BgClassName
{
background-color: #F9DBCA;
}
</style>
border-color css
<style>
span { border-color: #F9DBCA; }
span { border-color: rgb(249,219,202); }
td.TdClassName
{
border-color: #F9DBCA;
}
.TagClassName
{
border-color: #F9DBCA;
}
</style>