Shades of Cinderella #F8DBCB
Tints of Cinderella #F8DBCB
RGB
CMYK
RGB Variations
Color information
#F8DBCB (or 0xF8DBCB) is known color: Cinderella. HEX triplet: F8, DB and CB. RGB value is (248,219,203). Sum of RGB (Red+Green+Blue) = 248+219+203=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DBCB is #072434. Grayscale: #E1E1E1. Windows color (decimal): -468021 or 13360120. OLE color: 13360120.
HSL color Cylindrical-coordinate representation of color #F8DBCB: hue angle of 21.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8DBCB is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 203 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.03 |
| HSL | 21.33º | 0.76% | 0.88% | - |
| HSV(B) | 21.33º | 0.18% | 0.97% | - |
| XYZ | 74.82 | 74.93 | 67.02 | - |
| YUV | 225.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 203 | 0 | 0.12 | 0.18 | 0.03 | 21.33 | 0.76 | 0.88 |
| Hex | F8 | DB | CB | 0 | C | 12 | 3 | 15 | 4C | 58 |
| Octal | 370 | 333 | 313 | 0 | 14 | 22 | 3 | 25 | 114 | 130 |
| Binary | 11111000 | 11011011 | 11001011 | 0 | 1100 | 10010 | 11 | 10101 | 1001100 | 1011000 |
Color Harmonies of #F8DBCB
Complementary color
Monochromatic Colors of #F8DBCB
Black with #F8DBCB
Text Example
Text Example
White with #F8DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBCB; }
p { color: rgb(248,219,203); }
H1.HeaderClassName
{
color: #F8DBCB;
}
.AnyTagClassName
{
color: #F8DBCB;
}
</style>
background-color css
<style>
a { background-color: #F8DBCB; }
a { background-color: rgb(248,219,203); }
div.DivClassName
{
background-color: #F8DBCB;
}
.BgClassName
{
background-color: #F8DBCB;
}
</style>
border-color css
<style>
span { border-color: #F8DBCB; }
span { border-color: rgb(248,219,203); }
td.TdClassName
{
border-color: #F8DBCB;
}
.TagClassName
{
border-color: #F8DBCB;
}
</style>