Shades of Cinderella #F7D4CB
Tints of Cinderella #F7D4CB
RGB
CMYK
RGB Variations
Color information
#F7D4CB (or 0xF7D4CB) is known color: Cinderella. HEX triplet: F7, D4 and CB. RGB value is (247,212,203). Sum of RGB (Red+Green+Blue) = 247+212+203=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D4CB is #082B34. Grayscale: #DDDDDD. Windows color (decimal): -535349 or 13358327. OLE color: 13358327.
HSL color Cylindrical-coordinate representation of color #F7D4CB: hue angle of 12.27º 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 #F7D4CB is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 203 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.03 |
| HSL | 12.27º | 0.73% | 0.88% | - |
| HSV(B) | 12.27º | 0.18% | 0.97% | - |
| XYZ | 72.68 | 71.17 | 66.41 | - |
| YUV | 221.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 203 | 0 | 0.14 | 0.18 | 0.03 | 12.27 | 0.73 | 0.88 |
| Hex | F7 | D4 | CB | 0 | E | 12 | 3 | C | 49 | 58 |
| Octal | 367 | 324 | 313 | 0 | 16 | 22 | 3 | 14 | 111 | 130 |
| Binary | 11110111 | 11010100 | 11001011 | 0 | 1110 | 10010 | 11 | 1100 | 1001001 | 1011000 |
Color Harmonies of #F7D4CB
Complementary color
Monochromatic Colors of #F7D4CB
Black with #F7D4CB
Text Example
Text Example
White with #F7D4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D4CB; }
p { color: rgb(247,212,203); }
H1.HeaderClassName
{
color: #F7D4CB;
}
.AnyTagClassName
{
color: #F7D4CB;
}
</style>
background-color css
<style>
a { background-color: #F7D4CB; }
a { background-color: rgb(247,212,203); }
div.DivClassName
{
background-color: #F7D4CB;
}
.BgClassName
{
background-color: #F7D4CB;
}
</style>
border-color css
<style>
span { border-color: #F7D4CB; }
span { border-color: rgb(247,212,203); }
td.TdClassName
{
border-color: #F7D4CB;
}
.TagClassName
{
border-color: #F7D4CB;
}
</style>