Shades of Cinderella #F8D7CB
Tints of Cinderella #F8D7CB
RGB
CMYK
RGB Variations
Color information
#F8D7CB (or 0xF8D7CB) is known color: Cinderella. HEX triplet: F8, D7 and CB. RGB value is (248,215,203). Sum of RGB (Red+Green+Blue) = 248+215+203=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 215 (84.38% from 255 or 32.28% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D7CB is #072834. Grayscale: #DFDFDF. Windows color (decimal): -469045 or 13359096. OLE color: 13359096.
HSL color Cylindrical-coordinate representation of color #F8D7CB: hue angle of 16º 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 #F8D7CB is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 215 | 203 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.03 |
| HSL | 16º | 0.76% | 0.88% | - |
| HSV(B) | 16º | 0.18% | 0.97% | - |
| XYZ | 73.79 | 72.87 | 66.68 | - |
| YUV | 223.5 | 116.43 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 203 | 0 | 0.13 | 0.18 | 0.03 | 16 | 0.76 | 0.88 |
| Hex | F8 | D7 | CB | 0 | D | 12 | 3 | 10 | 4C | 58 |
| Octal | 370 | 327 | 313 | 0 | 15 | 22 | 3 | 20 | 114 | 130 |
| Binary | 11111000 | 11010111 | 11001011 | 0 | 1101 | 10010 | 11 | 10000 | 1001100 | 1011000 |
Color Harmonies of #F8D7CB
Complementary color
Monochromatic Colors of #F8D7CB
Black with #F8D7CB
Text Example
Text Example
White with #F8D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D7CB; }
p { color: rgb(248,215,203); }
H1.HeaderClassName
{
color: #F8D7CB;
}
.AnyTagClassName
{
color: #F8D7CB;
}
</style>
background-color css
<style>
a { background-color: #F8D7CB; }
a { background-color: rgb(248,215,203); }
div.DivClassName
{
background-color: #F8D7CB;
}
.BgClassName
{
background-color: #F8D7CB;
}
</style>
border-color css
<style>
span { border-color: #F8D7CB; }
span { border-color: rgb(248,215,203); }
td.TdClassName
{
border-color: #F8D7CB;
}
.TagClassName
{
border-color: #F8D7CB;
}
</style>