Shades of Cherub #F2D9E0
Tints of Cherub #F2D9E0
RGB
CMYK
RGB Variations
Color information
#F2D9E0 (or 0xF2D9E0) is known color: Cherub. HEX triplet: F2, D9 and E0. RGB value is (242,217,224). Sum of RGB (Red+Green+Blue) = 242+217+224=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 217 (85.16% from 255 or 31.77% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D9E0 is #0D261F. Grayscale: #E1E1E1. Windows color (decimal): -861728 or 14735858. OLE color: 14735858.
HSL color Cylindrical-coordinate representation of color #F2D9E0: hue angle of 343.2º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2D9E0 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 224 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.05 |
| HSL | 343.2º | 0.49% | 0.9% | - |
| HSV(B) | 343.2º | 0.1% | 0.95% | - |
| XYZ | 74.89 | 73.88 | 80.84 | - |
| YUV | 225.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 224 | 0 | 0.10 | 0.07 | 0.05 | 343.2 | 0.49 | 0.9 |
| Hex | F2 | D9 | E0 | 0 | A | 7 | 5 | 157 | 31 | 5A |
| Octal | 362 | 331 | 340 | 0 | 12 | 7 | 5 | 527 | 61 | 132 |
| Binary | 11110010 | 11011001 | 11100000 | 0 | 1010 | 111 | 101 | 101010111 | 110001 | 1011010 |
Color Harmonies of #F2D9E0
Complementary color
Monochromatic Colors of #F2D9E0
Black with #F2D9E0
Text Example
Text Example
White with #F2D9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9E0; }
p { color: rgb(242,217,224); }
H1.HeaderClassName
{
color: #F2D9E0;
}
.AnyTagClassName
{
color: #F2D9E0;
}
</style>
background-color css
<style>
a { background-color: #F2D9E0; }
a { background-color: rgb(242,217,224); }
div.DivClassName
{
background-color: #F2D9E0;
}
.BgClassName
{
background-color: #F2D9E0;
}
</style>
border-color css
<style>
span { border-color: #F2D9E0; }
span { border-color: rgb(242,217,224); }
td.TdClassName
{
border-color: #F2D9E0;
}
.TagClassName
{
border-color: #F2D9E0;
}
</style>