Shades of Cherub #F7D5DE
Tints of Cherub #F7D5DE
RGB
CMYK
RGB Variations
Color information
#F7D5DE (or 0xF7D5DE) is known color: Cherub. HEX triplet: F7, D5 and DE. RGB value is (247,213,222). Sum of RGB (Red+Green+Blue) = 247+213+222=682 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.22% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D5DE is #082A21. Grayscale: #E0E0E0. Windows color (decimal): -535074 or 14603767. OLE color: 14603767.
HSL color Cylindrical-coordinate representation of color #F7D5DE: hue angle of 344.12º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F7D5DE is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 213 | 222 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.03 |
| HSL | 344.12º | 0.68% | 0.9% | - |
| HSV(B) | 344.12º | 0.14% | 0.97% | - |
| XYZ | 75.34 | 72.64 | 79.16 | - |
| YUV | 224.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 213 | 222 | 0 | 0.14 | 0.10 | 0.03 | 344.12 | 0.68 | 0.9 |
| Hex | F7 | D5 | DE | 0 | E | A | 3 | 158 | 44 | 5A |
| Octal | 367 | 325 | 336 | 0 | 16 | 12 | 3 | 530 | 104 | 132 |
| Binary | 11110111 | 11010101 | 11011110 | 0 | 1110 | 1010 | 11 | 101011000 | 1000100 | 1011010 |
Color Harmonies of #F7D5DE
Complementary color
Monochromatic Colors of #F7D5DE
Black with #F7D5DE
Text Example
Text Example
White with #F7D5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D5DE; }
p { color: rgb(247,213,222); }
H1.HeaderClassName
{
color: #F7D5DE;
}
.AnyTagClassName
{
color: #F7D5DE;
}
</style>
background-color css
<style>
a { background-color: #F7D5DE; }
a { background-color: rgb(247,213,222); }
div.DivClassName
{
background-color: #F7D5DE;
}
.BgClassName
{
background-color: #F7D5DE;
}
</style>
border-color css
<style>
span { border-color: #F7D5DE; }
span { border-color: rgb(247,213,222); }
td.TdClassName
{
border-color: #F7D5DE;
}
.TagClassName
{
border-color: #F7D5DE;
}
</style>