Shades of Cherub #F8D4DA
Tints of Cherub #F8D4DA
RGB
CMYK
RGB Variations
Color information
#F8D4DA (or 0xF8D4DA) is known color: Cherub. HEX triplet: F8, D4 and DA. RGB value is (248,212,218). Sum of RGB (Red+Green+Blue) = 248+212+218=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 212 (83.20% from 255 or 31.27% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D4DA is #072B25. Grayscale: #DFDFDF. Windows color (decimal): -469798 or 14341368. OLE color: 14341368.
HSL color Cylindrical-coordinate representation of color #F8D4DA: hue angle of 350º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8D4DA is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 218 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.03 |
| HSL | 350º | 0.72% | 0.9% | - |
| HSV(B) | 350º | 0.15% | 0.97% | - |
| XYZ | 74.91 | 72.11 | 76.3 | - |
| YUV | 223.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 218 | 0 | 0.15 | 0.12 | 0.03 | 350 | 0.72 | 0.9 |
| Hex | F8 | D4 | DA | 0 | F | C | 3 | 15E | 48 | 5A |
| Octal | 370 | 324 | 332 | 0 | 17 | 14 | 3 | 536 | 110 | 132 |
| Binary | 11111000 | 11010100 | 11011010 | 0 | 1111 | 1100 | 11 | 101011110 | 1001000 | 1011010 |
Color Harmonies of #F8D4DA
Complementary color
Monochromatic Colors of #F8D4DA
Black with #F8D4DA
Text Example
Text Example
White with #F8D4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D4DA; }
p { color: rgb(248,212,218); }
H1.HeaderClassName
{
color: #F8D4DA;
}
.AnyTagClassName
{
color: #F8D4DA;
}
</style>
background-color css
<style>
a { background-color: #F8D4DA; }
a { background-color: rgb(248,212,218); }
div.DivClassName
{
background-color: #F8D4DA;
}
.BgClassName
{
background-color: #F8D4DA;
}
</style>
border-color css
<style>
span { border-color: #F8D4DA; }
span { border-color: rgb(248,212,218); }
td.TdClassName
{
border-color: #F8D4DA;
}
.TagClassName
{
border-color: #F8D4DA;
}
</style>