Shades of Cinderella #F7D8CB
Tints of Cinderella #F7D8CB
RGB
CMYK
RGB Variations
Color information
#F7D8CB (or 0xF7D8CB) is known color: Cinderella. HEX triplet: F7, D8 and CB. RGB value is (247,216,203). Sum of RGB (Red+Green+Blue) = 247+216+203=666 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.09% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D8CB is #082734. Grayscale: #DFDFDF. Windows color (decimal): -534325 or 13359351. OLE color: 13359351.
HSL color Cylindrical-coordinate representation of color #F7D8CB: hue angle of 17.73º degrees, saturation: 0.73, 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 #F7D8CB is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 216 | 203 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.03 |
| HSL | 17.73º | 0.73% | 0.88% | - |
| HSV(B) | 17.73º | 0.18% | 0.97% | - |
| XYZ | 73.69 | 73.2 | 66.74 | - |
| YUV | 223.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 216 | 203 | 0 | 0.13 | 0.18 | 0.03 | 17.73 | 0.73 | 0.88 |
| Hex | F7 | D8 | CB | 0 | D | 12 | 3 | 12 | 49 | 58 |
| Octal | 367 | 330 | 313 | 0 | 15 | 22 | 3 | 22 | 111 | 130 |
| Binary | 11110111 | 11011000 | 11001011 | 0 | 1101 | 10010 | 11 | 10010 | 1001001 | 1011000 |
Color Harmonies of #F7D8CB
Complementary color
Monochromatic Colors of #F7D8CB
Black with #F7D8CB
Text Example
Text Example
White with #F7D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D8CB; }
p { color: rgb(247,216,203); }
H1.HeaderClassName
{
color: #F7D8CB;
}
.AnyTagClassName
{
color: #F7D8CB;
}
</style>
background-color css
<style>
a { background-color: #F7D8CB; }
a { background-color: rgb(247,216,203); }
div.DivClassName
{
background-color: #F7D8CB;
}
.BgClassName
{
background-color: #F7D8CB;
}
</style>
border-color css
<style>
span { border-color: #F7D8CB; }
span { border-color: rgb(247,216,203); }
td.TdClassName
{
border-color: #F7D8CB;
}
.TagClassName
{
border-color: #F7D8CB;
}
</style>