Shades of Cherub #F5D6DD
Tints of Cherub #F5D6DD
RGB
CMYK
RGB Variations
Color information
#F5D6DD (or 0xF5D6DD) is known color: Cherub. HEX triplet: F5, D6 and DD. RGB value is (245,214,221). Sum of RGB (Red+Green+Blue) = 245+214+221=680 (90% of max value = 765). Red value is 245 (96.09% from 255 or 36.03% from 680); Green value is 214 (83.98% from 255 or 31.47% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D6DD is #0A2922. Grayscale: #E0E0E0. Windows color (decimal): -665891 or 14538485. OLE color: 14538485.
HSL color Cylindrical-coordinate representation of color #F5D6DD: hue angle of 346.45º degrees, saturation: 0.61, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5D6DD is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 221 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.04 |
| HSL | 346.45º | 0.61% | 0.9% | - |
| HSV(B) | 346.45º | 0.13% | 0.96% | - |
| XYZ | 74.75 | 72.73 | 78.5 | - |
| YUV | 224.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 221 | 0 | 0.13 | 0.10 | 0.04 | 346.45 | 0.61 | 0.9 |
| Hex | F5 | D6 | DD | 0 | D | A | 4 | 15A | 3D | 5A |
| Octal | 365 | 326 | 335 | 0 | 15 | 12 | 4 | 532 | 75 | 132 |
| Binary | 11110101 | 11010110 | 11011101 | 0 | 1101 | 1010 | 100 | 101011010 | 111101 | 1011010 |
Color Harmonies of #F5D6DD
Complementary color
Monochromatic Colors of #F5D6DD
Black with #F5D6DD
Text Example
Text Example
White with #F5D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D6DD; }
p { color: rgb(245,214,221); }
H1.HeaderClassName
{
color: #F5D6DD;
}
.AnyTagClassName
{
color: #F5D6DD;
}
</style>
background-color css
<style>
a { background-color: #F5D6DD; }
a { background-color: rgb(245,214,221); }
div.DivClassName
{
background-color: #F5D6DD;
}
.BgClassName
{
background-color: #F5D6DD;
}
</style>
border-color css
<style>
span { border-color: #F5D6DD; }
span { border-color: rgb(245,214,221); }
td.TdClassName
{
border-color: #F5D6DD;
}
.TagClassName
{
border-color: #F5D6DD;
}
</style>