Shades of Cinderella #F7D3C8
Tints of Cinderella #F7D3C8
RGB
CMYK
RGB Variations
Color information
#F7D3C8 (or 0xF7D3C8) is known color: Cinderella. HEX triplet: F7, D3 and C8. RGB value is (247,211,200). Sum of RGB (Red+Green+Blue) = 247+211+200=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D3C8 is #082C37. Grayscale: #DCDCDC. Windows color (decimal): -535608 or 13161463. OLE color: 13161463.
HSL color Cylindrical-coordinate representation of color #F7D3C8: hue angle of 14.04º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7D3C8 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 211 | 200 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.03 |
| HSL | 14.04º | 0.75% | 0.88% | - |
| HSV(B) | 14.04º | 0.19% | 0.97% | - |
| XYZ | 72.08 | 70.53 | 64.46 | - |
| YUV | 220.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 211 | 200 | 0 | 0.15 | 0.19 | 0.03 | 14.04 | 0.75 | 0.88 |
| Hex | F7 | D3 | C8 | 0 | F | 13 | 3 | E | 4B | 58 |
| Octal | 367 | 323 | 310 | 0 | 17 | 23 | 3 | 16 | 113 | 130 |
| Binary | 11110111 | 11010011 | 11001000 | 0 | 1111 | 10011 | 11 | 1110 | 1001011 | 1011000 |
Color Harmonies of #F7D3C8
Complementary color
Monochromatic Colors of #F7D3C8
Black with #F7D3C8
Text Example
Text Example
White with #F7D3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D3C8; }
p { color: rgb(247,211,200); }
H1.HeaderClassName
{
color: #F7D3C8;
}
.AnyTagClassName
{
color: #F7D3C8;
}
</style>
background-color css
<style>
a { background-color: #F7D3C8; }
a { background-color: rgb(247,211,200); }
div.DivClassName
{
background-color: #F7D3C8;
}
.BgClassName
{
background-color: #F7D3C8;
}
</style>
border-color css
<style>
span { border-color: #F7D3C8; }
span { border-color: rgb(247,211,200); }
td.TdClassName
{
border-color: #F7D3C8;
}
.TagClassName
{
border-color: #F7D3C8;
}
</style>