Shades of Cinderella #F8D9CB
Tints of Cinderella #F8D9CB
RGB
CMYK
RGB Variations
Color information
#F8D9CB (or 0xF8D9CB) is known color: Cinderella. HEX triplet: F8, D9 and CB. RGB value is (248,217,203). Sum of RGB (Red+Green+Blue) = 248+217+203=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 217 (85.16% from 255 or 32.49% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D9CB is #072634. Grayscale: #E0E0E0. Windows color (decimal): -468533 or 13359608. OLE color: 13359608.
HSL color Cylindrical-coordinate representation of color #F8D9CB: hue angle of 18.67º 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 #F8D9CB is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 203 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.03 |
| HSL | 18.67º | 0.76% | 0.88% | - |
| HSV(B) | 18.67º | 0.18% | 0.97% | - |
| XYZ | 74.3 | 73.89 | 66.85 | - |
| YUV | 224.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 203 | 0 | 0.12 | 0.18 | 0.03 | 18.67 | 0.76 | 0.88 |
| Hex | F8 | D9 | CB | 0 | C | 12 | 3 | 13 | 4C | 58 |
| Octal | 370 | 331 | 313 | 0 | 14 | 22 | 3 | 23 | 114 | 130 |
| Binary | 11111000 | 11011001 | 11001011 | 0 | 1100 | 10010 | 11 | 10011 | 1001100 | 1011000 |
Color Harmonies of #F8D9CB
Complementary color
Monochromatic Colors of #F8D9CB
Black with #F8D9CB
Text Example
Text Example
White with #F8D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D9CB; }
p { color: rgb(248,217,203); }
H1.HeaderClassName
{
color: #F8D9CB;
}
.AnyTagClassName
{
color: #F8D9CB;
}
</style>
background-color css
<style>
a { background-color: #F8D9CB; }
a { background-color: rgb(248,217,203); }
div.DivClassName
{
background-color: #F8D9CB;
}
.BgClassName
{
background-color: #F8D9CB;
}
</style>
border-color css
<style>
span { border-color: #F8D9CB; }
span { border-color: rgb(248,217,203); }
td.TdClassName
{
border-color: #F8D9CB;
}
.TagClassName
{
border-color: #F8D9CB;
}
</style>