Shades of Cherub #F1D9DE
Tints of Cherub #F1D9DE
RGB
CMYK
RGB Variations
Color information
#F1D9DE (or 0xF1D9DE) is known color: Cherub. HEX triplet: F1, D9 and DE. RGB value is (241,217,222). Sum of RGB (Red+Green+Blue) = 241+217+222=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9DE is #0E2621. Grayscale: #E0E0E0. Windows color (decimal): -927266 or 14604785. OLE color: 14604785.
HSL color Cylindrical-coordinate representation of color #F1D9DE: hue angle of 347.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 #F1D9DE is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 222 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.05 |
| HSL | 347.5º | 0.46% | 0.9% | - |
| HSV(B) | 347.5º | 0.1% | 0.95% | - |
| XYZ | 74.27 | 73.6 | 79.4 | - |
| YUV | 224.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 222 | 0 | 0.10 | 0.08 | 0.05 | 347.5 | 0.46 | 0.9 |
| Hex | F1 | D9 | DE | 0 | A | 8 | 5 | 15C | 2E | 5A |
| Octal | 361 | 331 | 336 | 0 | 12 | 10 | 5 | 534 | 56 | 132 |
| Binary | 11110001 | 11011001 | 11011110 | 0 | 1010 | 1000 | 101 | 101011100 | 101110 | 1011010 |
Color Harmonies of #F1D9DE
Complementary color
Monochromatic Colors of #F1D9DE
Black with #F1D9DE
Text Example
Text Example
White with #F1D9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D9DE; }
p { color: rgb(241,217,222); }
H1.HeaderClassName
{
color: #F1D9DE;
}
.AnyTagClassName
{
color: #F1D9DE;
}
</style>
background-color css
<style>
a { background-color: #F1D9DE; }
a { background-color: rgb(241,217,222); }
div.DivClassName
{
background-color: #F1D9DE;
}
.BgClassName
{
background-color: #F1D9DE;
}
</style>
border-color css
<style>
span { border-color: #F1D9DE; }
span { border-color: rgb(241,217,222); }
td.TdClassName
{
border-color: #F1D9DE;
}
.TagClassName
{
border-color: #F1D9DE;
}
</style>