Shades of Cherub #F4D6DD
Tints of Cherub #F4D6DD
RGB
CMYK
RGB Variations
Color information
#F4D6DD (or 0xF4D6DD) is known color: Cherub. HEX triplet: F4, D6 and DD. RGB value is (244,214,221). Sum of RGB (Red+Green+Blue) = 244+214+221=679 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.94% from 679); Green value is 214 (83.98% from 255 or 31.52% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D6DD is #0B2922. Grayscale: #DFDFDF. Windows color (decimal): -731427 or 14538484. OLE color: 14538484.
HSL color Cylindrical-coordinate representation of color #F4D6DD: hue angle of 346º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F4D6DD is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 214 | 221 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.04 |
| HSL | 346º | 0.58% | 0.9% | - |
| HSV(B) | 346º | 0.12% | 0.96% | - |
| XYZ | 74.41 | 72.55 | 78.49 | - |
| YUV | 223.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 214 | 221 | 0 | 0.12 | 0.09 | 0.04 | 346 | 0.58 | 0.9 |
| Hex | F4 | D6 | DD | 0 | C | 9 | 4 | 15A | 3A | 5A |
| Octal | 364 | 326 | 335 | 0 | 14 | 11 | 4 | 532 | 72 | 132 |
| Binary | 11110100 | 11010110 | 11011101 | 0 | 1100 | 1001 | 100 | 101011010 | 111010 | 1011010 |
Color Harmonies of #F4D6DD
Complementary color
Monochromatic Colors of #F4D6DD
Black with #F4D6DD
Text Example
Text Example
White with #F4D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D6DD; }
p { color: rgb(244,214,221); }
H1.HeaderClassName
{
color: #F4D6DD;
}
.AnyTagClassName
{
color: #F4D6DD;
}
</style>
background-color css
<style>
a { background-color: #F4D6DD; }
a { background-color: rgb(244,214,221); }
div.DivClassName
{
background-color: #F4D6DD;
}
.BgClassName
{
background-color: #F4D6DD;
}
</style>
border-color css
<style>
span { border-color: #F4D6DD; }
span { border-color: rgb(244,214,221); }
td.TdClassName
{
border-color: #F4D6DD;
}
.TagClassName
{
border-color: #F4D6DD;
}
</style>