Shades of Cherub #F1D9DD
Tints of Cherub #F1D9DD
RGB
CMYK
RGB Variations
Color information
#F1D9DD (or 0xF1D9DD) is known color: Cherub. HEX triplet: F1, D9 and DD. RGB value is (241,217,221). Sum of RGB (Red+Green+Blue) = 241+217+221=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9DD is #0E2622. Grayscale: #E0E0E0. Windows color (decimal): -927267 or 14539249. OLE color: 14539249.
HSL color Cylindrical-coordinate representation of color #F1D9DD: hue angle of 350º 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 #F1D9DD is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 221 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.05 |
| HSL | 350º | 0.46% | 0.9% | - |
| HSV(B) | 350º | 0.1% | 0.95% | - |
| XYZ | 74.14 | 73.55 | 78.7 | - |
| YUV | 224.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 221 | 0 | 0.10 | 0.08 | 0.05 | 350 | 0.46 | 0.9 |
| Hex | F1 | D9 | DD | 0 | A | 8 | 5 | 15E | 2E | 5A |
| Octal | 361 | 331 | 335 | 0 | 12 | 10 | 5 | 536 | 56 | 132 |
| Binary | 11110001 | 11011001 | 11011101 | 0 | 1010 | 1000 | 101 | 101011110 | 101110 | 1011010 |
Color Harmonies of #F1D9DD
Complementary color
Monochromatic Colors of #F1D9DD
Black with #F1D9DD
Text Example
Text Example
White with #F1D9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D9DD; }
p { color: rgb(241,217,221); }
H1.HeaderClassName
{
color: #F1D9DD;
}
.AnyTagClassName
{
color: #F1D9DD;
}
</style>
background-color css
<style>
a { background-color: #F1D9DD; }
a { background-color: rgb(241,217,221); }
div.DivClassName
{
background-color: #F1D9DD;
}
.BgClassName
{
background-color: #F1D9DD;
}
</style>
border-color css
<style>
span { border-color: #F1D9DD; }
span { border-color: rgb(241,217,221); }
td.TdClassName
{
border-color: #F1D9DD;
}
.TagClassName
{
border-color: #F1D9DD;
}
</style>