Shades of Cherub #F8D5DD
Tints of Cherub #F8D5DD
RGB
CMYK
RGB Variations
Color information
#F8D5DD (or 0xF8D5DD) is known color: Cherub. HEX triplet: F8, D5 and DD. RGB value is (248,213,221). Sum of RGB (Red+Green+Blue) = 248+213+221=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D5DD is #072A22. Grayscale: #E0E0E0. Windows color (decimal): -469539 or 14538232. OLE color: 14538232.
HSL color Cylindrical-coordinate representation of color #F8D5DD: hue angle of 346.29º degrees, saturation: 0.71, 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 #F8D5DD is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 213 | 221 | - |
CMYK | 0 | 0.14 | 0.11 | 0.03 |
HSL | 346.29º | 0.71% | 0.9% | - |
HSV(B) | 346.29º | 0.14% | 0.97% | - |
XYZ | 75.56 | 72.77 | 78.47 | - |
YUV | 224.38 | 126.1 | 144.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 213 | 221 | 0 | 0.14 | 0.11 | 0.03 | 346.29 | 0.71 | 0.9 |
Hex | F8 | D5 | DD | 0 | E | B | 3 | 15A | 47 | 5A |
Octal | 370 | 325 | 335 | 0 | 16 | 13 | 3 | 532 | 107 | 132 |
Binary | 11111000 | 11010101 | 11011101 | 0 | 1110 | 1011 | 11 | 101011010 | 1000111 | 1011010 |
Color Harmonies of #F8D5DD
Complementary color
Monochromatic Colors of #F8D5DD
Black with #F8D5DD
Text Example
Text Example
White with #F8D5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D5DD; }
p { color: rgb(248,213,221); }
H1.HeaderClassName
{
color: #F8D5DD;
}
.AnyTagClassName
{
color: #F8D5DD;
}
</style>
background-color css
<style>
a { background-color: #F8D5DD; }
a { background-color: rgb(248,213,221); }
div.DivClassName
{
background-color: #F8D5DD;
}
.BgClassName
{
background-color: #F8D5DD;
}
</style>
border-color css
<style>
span { border-color: #F8D5DD; }
span { border-color: rgb(248,213,221); }
td.TdClassName
{
border-color: #F8D5DD;
}
.TagClassName
{
border-color: #F8D5DD;
}
</style>