Shades of Cherub #F7D4DA
Tints of Cherub #F7D4DA
RGB
CMYK
RGB Variations
Color information
#F7D4DA (or 0xF7D4DA) is known color: Cherub. HEX triplet: F7, D4 and DA. RGB value is (247,212,218). Sum of RGB (Red+Green+Blue) = 247+212+218=677 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.48% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D4DA is #082B25. Grayscale: #DFDFDF. Windows color (decimal): -535334 or 14341367. OLE color: 14341367.
HSL color Cylindrical-coordinate representation of color #F7D4DA: hue angle of 349.71º degrees, saturation: 0.69, 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 #F7D4DA is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 218 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.03 |
| HSL | 349.71º | 0.69% | 0.9% | - |
| HSV(B) | 349.71º | 0.14% | 0.97% | - |
| XYZ | 74.56 | 71.92 | 76.28 | - |
| YUV | 223.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 218 | 0 | 0.14 | 0.12 | 0.03 | 349.71 | 0.69 | 0.9 |
| Hex | F7 | D4 | DA | 0 | E | C | 3 | 15E | 45 | 5A |
| Octal | 367 | 324 | 332 | 0 | 16 | 14 | 3 | 536 | 105 | 132 |
| Binary | 11110111 | 11010100 | 11011010 | 0 | 1110 | 1100 | 11 | 101011110 | 1000101 | 1011010 |
Color Harmonies of #F7D4DA
Complementary color
Monochromatic Colors of #F7D4DA
Black with #F7D4DA
Text Example
Text Example
White with #F7D4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D4DA; }
p { color: rgb(247,212,218); }
H1.HeaderClassName
{
color: #F7D4DA;
}
.AnyTagClassName
{
color: #F7D4DA;
}
</style>
background-color css
<style>
a { background-color: #F7D4DA; }
a { background-color: rgb(247,212,218); }
div.DivClassName
{
background-color: #F7D4DA;
}
.BgClassName
{
background-color: #F7D4DA;
}
</style>
border-color css
<style>
span { border-color: #F7D4DA; }
span { border-color: rgb(247,212,218); }
td.TdClassName
{
border-color: #F7D4DA;
}
.TagClassName
{
border-color: #F7D4DA;
}
</style>