Shades of Cinderella #F9DBCF
Tints of Cinderella #F9DBCF
RGB
CMYK
RGB Variations
Color information
#F9DBCF (or 0xF9DBCF) is known color: Cinderella. HEX triplet: F9, DB and CF. RGB value is (249,219,207). Sum of RGB (Red+Green+Blue) = 249+219+207=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBCF is #062430. Grayscale: #E2E2E2. Windows color (decimal): -402481 or 13622265. OLE color: 13622265.
HSL color Cylindrical-coordinate representation of color #F9DBCF: hue angle of 17.14º 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 #F9DBCF is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 207 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.02 |
| HSL | 17.14º | 0.78% | 0.89% | - |
| HSV(B) | 17.14º | 0.17% | 0.98% | - |
| XYZ | 75.66 | 75.31 | 69.58 | - |
| YUV | 226.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 207 | 0 | 0.12 | 0.17 | 0.02 | 17.14 | 0.78 | 0.89 |
| Hex | F9 | DB | CF | 0 | C | 11 | 2 | 11 | 4E | 59 |
| Octal | 371 | 333 | 317 | 0 | 14 | 21 | 2 | 21 | 116 | 131 |
| Binary | 11111001 | 11011011 | 11001111 | 0 | 1100 | 10001 | 10 | 10001 | 1001110 | 1011001 |
Color Harmonies of #F9DBCF
Complementary color
Monochromatic Colors of #F9DBCF
Black with #F9DBCF
Text Example
Text Example
White with #F9DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBCF; }
p { color: rgb(249,219,207); }
H1.HeaderClassName
{
color: #F9DBCF;
}
.AnyTagClassName
{
color: #F9DBCF;
}
</style>
background-color css
<style>
a { background-color: #F9DBCF; }
a { background-color: rgb(249,219,207); }
div.DivClassName
{
background-color: #F9DBCF;
}
.BgClassName
{
background-color: #F9DBCF;
}
</style>
border-color css
<style>
span { border-color: #F9DBCF; }
span { border-color: rgb(249,219,207); }
td.TdClassName
{
border-color: #F9DBCF;
}
.TagClassName
{
border-color: #F9DBCF;
}
</style>