Shades of Cherub #F8D6DB
Tints of Cherub #F8D6DB
RGB
CMYK
RGB Variations
Color information
#F8D6DB (or 0xF8D6DB) is known color: Cherub. HEX triplet: F8, D6 and DB. RGB value is (248,214,219). Sum of RGB (Red+Green+Blue) = 248+214+219=681 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.42% from 681); Green value is 214 (83.98% from 255 or 31.42% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D6DB is #072924. Grayscale: #E0E0E0. Windows color (decimal): -469285 or 14407416. OLE color: 14407416.
HSL color Cylindrical-coordinate representation of color #F8D6DB: hue angle of 351.18º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8D6DB is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 219 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.03 |
| HSL | 351.18º | 0.71% | 0.91% | - |
| HSV(B) | 351.18º | 0.14% | 0.97% | - |
| XYZ | 75.54 | 73.16 | 77.16 | - |
| YUV | 224.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 219 | 0 | 0.14 | 0.12 | 0.03 | 351.18 | 0.71 | 0.91 |
| Hex | F8 | D6 | DB | 0 | E | C | 3 | 15F | 47 | 5B |
| Octal | 370 | 326 | 333 | 0 | 16 | 14 | 3 | 537 | 107 | 133 |
| Binary | 11111000 | 11010110 | 11011011 | 0 | 1110 | 1100 | 11 | 101011111 | 1000111 | 1011011 |
Color Harmonies of #F8D6DB
Complementary color
Monochromatic Colors of #F8D6DB
Black with #F8D6DB
Text Example
Text Example
White with #F8D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D6DB; }
p { color: rgb(248,214,219); }
H1.HeaderClassName
{
color: #F8D6DB;
}
.AnyTagClassName
{
color: #F8D6DB;
}
</style>
background-color css
<style>
a { background-color: #F8D6DB; }
a { background-color: rgb(248,214,219); }
div.DivClassName
{
background-color: #F8D6DB;
}
.BgClassName
{
background-color: #F8D6DB;
}
</style>
border-color css
<style>
span { border-color: #F8D6DB; }
span { border-color: rgb(248,214,219); }
td.TdClassName
{
border-color: #F8D6DB;
}
.TagClassName
{
border-color: #F8D6DB;
}
</style>