Shades of Cinderella #F7DBCC
Tints of Cinderella #F7DBCC
RGB
CMYK
RGB Variations
Color information
#F7DBCC (or 0xF7DBCC) is known color: Cinderella. HEX triplet: F7, DB and CC. RGB value is (247,219,204). Sum of RGB (Red+Green+Blue) = 247+219+204=670 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.87% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DBCC is #082433. Grayscale: #E1E1E1. Windows color (decimal): -533556 or 13425655. OLE color: 13425655.
HSL color Cylindrical-coordinate representation of color #F7DBCC: hue angle of 20.93º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7DBCC is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 204 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.03 |
| HSL | 20.93º | 0.73% | 0.88% | - |
| HSV(B) | 20.93º | 0.17% | 0.97% | - |
| XYZ | 74.59 | 74.8 | 67.63 | - |
| YUV | 225.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 204 | 0 | 0.11 | 0.17 | 0.03 | 20.93 | 0.73 | 0.88 |
| Hex | F7 | DB | CC | 0 | B | 11 | 3 | 15 | 49 | 58 |
| Octal | 367 | 333 | 314 | 0 | 13 | 21 | 3 | 25 | 111 | 130 |
| Binary | 11110111 | 11011011 | 11001100 | 0 | 1011 | 10001 | 11 | 10101 | 1001001 | 1011000 |
Color Harmonies of #F7DBCC
Complementary color
Monochromatic Colors of #F7DBCC
Black with #F7DBCC
Text Example
Text Example
White with #F7DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DBCC; }
p { color: rgb(247,219,204); }
H1.HeaderClassName
{
color: #F7DBCC;
}
.AnyTagClassName
{
color: #F7DBCC;
}
</style>
background-color css
<style>
a { background-color: #F7DBCC; }
a { background-color: rgb(247,219,204); }
div.DivClassName
{
background-color: #F7DBCC;
}
.BgClassName
{
background-color: #F7DBCC;
}
</style>
border-color css
<style>
span { border-color: #F7DBCC; }
span { border-color: rgb(247,219,204); }
td.TdClassName
{
border-color: #F7DBCC;
}
.TagClassName
{
border-color: #F7DBCC;
}
</style>