Shades of Cherub #F1D9E0
Tints of Cherub #F1D9E0
RGB
CMYK
RGB Variations
Color information
#F1D9E0 (or 0xF1D9E0) is known color: Cherub. HEX triplet: F1, D9 and E0. RGB value is (241,217,224). Sum of RGB (Red+Green+Blue) = 241+217+224=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9E0 is #0E261F. Grayscale: #E0E0E0. Windows color (decimal): -927264 or 14735857. OLE color: 14735857.
HSL color Cylindrical-coordinate representation of color #F1D9E0: hue angle of 342.5º degrees, saturation: 0.46, 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 #F1D9E0 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 224 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.05 |
| HSL | 342.5º | 0.46% | 0.9% | - |
| HSV(B) | 342.5º | 0.1% | 0.95% | - |
| XYZ | 74.54 | 73.71 | 80.82 | - |
| YUV | 224.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 224 | 0 | 0.10 | 0.07 | 0.05 | 342.5 | 0.46 | 0.9 |
| Hex | F1 | D9 | E0 | 0 | A | 7 | 5 | 156 | 2E | 5A |
| Octal | 361 | 331 | 340 | 0 | 12 | 7 | 5 | 526 | 56 | 132 |
| Binary | 11110001 | 11011001 | 11100000 | 0 | 1010 | 111 | 101 | 101010110 | 101110 | 1011010 |
Color Harmonies of #F1D9E0
Complementary color
Monochromatic Colors of #F1D9E0
Black with #F1D9E0
Text Example
Text Example
White with #F1D9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D9E0; }
p { color: rgb(241,217,224); }
H1.HeaderClassName
{
color: #F1D9E0;
}
.AnyTagClassName
{
color: #F1D9E0;
}
</style>
background-color css
<style>
a { background-color: #F1D9E0; }
a { background-color: rgb(241,217,224); }
div.DivClassName
{
background-color: #F1D9E0;
}
.BgClassName
{
background-color: #F1D9E0;
}
</style>
border-color css
<style>
span { border-color: #F1D9E0; }
span { border-color: rgb(241,217,224); }
td.TdClassName
{
border-color: #F1D9E0;
}
.TagClassName
{
border-color: #F1D9E0;
}
</style>