Shades of Cherub #F7D4DB
Tints of Cherub #F7D4DB
RGB
CMYK
RGB Variations
Color information
#F7D4DB (or 0xF7D4DB) is known color: Cherub. HEX triplet: F7, D4 and DB. RGB value is (247,212,219). Sum of RGB (Red+Green+Blue) = 247+212+219=678 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.43% from 678); Green value is 212 (83.20% from 255 or 31.27% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D4DB is #082B24. Grayscale: #DFDFDF. Windows color (decimal): -535333 or 14406903. OLE color: 14406903.
HSL color Cylindrical-coordinate representation of color #F7D4DB: hue angle of 348º 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 #F7D4DB is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 219 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.03 |
| HSL | 348º | 0.69% | 0.9% | - |
| HSV(B) | 348º | 0.14% | 0.97% | - |
| XYZ | 74.69 | 71.98 | 76.97 | - |
| YUV | 223.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 219 | 0 | 0.14 | 0.11 | 0.03 | 348 | 0.69 | 0.9 |
| Hex | F7 | D4 | DB | 0 | E | B | 3 | 15C | 45 | 5A |
| Octal | 367 | 324 | 333 | 0 | 16 | 13 | 3 | 534 | 105 | 132 |
| Binary | 11110111 | 11010100 | 11011011 | 0 | 1110 | 1011 | 11 | 101011100 | 1000101 | 1011010 |
Color Harmonies of #F7D4DB
Complementary color
Monochromatic Colors of #F7D4DB
Black with #F7D4DB
Text Example
Text Example
White with #F7D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D4DB; }
p { color: rgb(247,212,219); }
H1.HeaderClassName
{
color: #F7D4DB;
}
.AnyTagClassName
{
color: #F7D4DB;
}
</style>
background-color css
<style>
a { background-color: #F7D4DB; }
a { background-color: rgb(247,212,219); }
div.DivClassName
{
background-color: #F7D4DB;
}
.BgClassName
{
background-color: #F7D4DB;
}
</style>
border-color css
<style>
span { border-color: #F7D4DB; }
span { border-color: rgb(247,212,219); }
td.TdClassName
{
border-color: #F7D4DB;
}
.TagClassName
{
border-color: #F7D4DB;
}
</style>