Shades of Cinderella #F8DBCE
Tints of Cinderella #F8DBCE
RGB
CMYK
RGB Variations
Color information
#F8DBCE (or 0xF8DBCE) is known color: Cinderella. HEX triplet: F8, DB and CE. RGB value is (248,219,206). Sum of RGB (Red+Green+Blue) = 248+219+206=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DBCE is #072431. Grayscale: #E2E2E2. Windows color (decimal): -468018 or 13556728. OLE color: 13556728.
HSL color Cylindrical-coordinate representation of color #F8DBCE: hue angle of 18.57º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8DBCE is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 206 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.03 |
| HSL | 18.57º | 0.75% | 0.89% | - |
| HSV(B) | 18.57º | 0.17% | 0.97% | - |
| XYZ | 75.18 | 75.08 | 68.92 | - |
| YUV | 226.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 206 | 0 | 0.12 | 0.17 | 0.03 | 18.57 | 0.75 | 0.89 |
| Hex | F8 | DB | CE | 0 | C | 11 | 3 | 13 | 4B | 59 |
| Octal | 370 | 333 | 316 | 0 | 14 | 21 | 3 | 23 | 113 | 131 |
| Binary | 11111000 | 11011011 | 11001110 | 0 | 1100 | 10001 | 11 | 10011 | 1001011 | 1011001 |
Color Harmonies of #F8DBCE
Complementary color
Monochromatic Colors of #F8DBCE
Black with #F8DBCE
Text Example
Text Example
White with #F8DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBCE; }
p { color: rgb(248,219,206); }
H1.HeaderClassName
{
color: #F8DBCE;
}
.AnyTagClassName
{
color: #F8DBCE;
}
</style>
background-color css
<style>
a { background-color: #F8DBCE; }
a { background-color: rgb(248,219,206); }
div.DivClassName
{
background-color: #F8DBCE;
}
.BgClassName
{
background-color: #F8DBCE;
}
</style>
border-color css
<style>
span { border-color: #F8DBCE; }
span { border-color: rgb(248,219,206); }
td.TdClassName
{
border-color: #F8DBCE;
}
.TagClassName
{
border-color: #F8DBCE;
}
</style>