Shades of Cherub #F1D7DE
Tints of Cherub #F1D7DE
RGB
CMYK
RGB Variations
Color information
#F1D7DE (or 0xF1D7DE) is known color: Cherub. HEX triplet: F1, D7 and DE. RGB value is (241,215,222). Sum of RGB (Red+Green+Blue) = 241+215+222=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 215 (84.38% from 255 or 31.71% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7DE is #0E2821. Grayscale: #DFDFDF. Windows color (decimal): -927778 or 14604273. OLE color: 14604273.
HSL color Cylindrical-coordinate representation of color #F1D7DE: hue angle of 343.85º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1D7DE is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 215 | 222 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.05 |
| HSL | 343.85º | 0.48% | 0.89% | - |
| HSV(B) | 343.85º | 0.11% | 0.95% | - |
| XYZ | 73.76 | 72.58 | 79.23 | - |
| YUV | 223.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 215 | 222 | 0 | 0.11 | 0.08 | 0.05 | 343.85 | 0.48 | 0.89 |
| Hex | F1 | D7 | DE | 0 | B | 8 | 5 | 158 | 30 | 59 |
| Octal | 361 | 327 | 336 | 0 | 13 | 10 | 5 | 530 | 60 | 131 |
| Binary | 11110001 | 11010111 | 11011110 | 0 | 1011 | 1000 | 101 | 101011000 | 110000 | 1011001 |
Color Harmonies of #F1D7DE
Complementary color
Monochromatic Colors of #F1D7DE
Black with #F1D7DE
Text Example
Text Example
White with #F1D7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D7DE; }
p { color: rgb(241,215,222); }
H1.HeaderClassName
{
color: #F1D7DE;
}
.AnyTagClassName
{
color: #F1D7DE;
}
</style>
background-color css
<style>
a { background-color: #F1D7DE; }
a { background-color: rgb(241,215,222); }
div.DivClassName
{
background-color: #F1D7DE;
}
.BgClassName
{
background-color: #F1D7DE;
}
</style>
border-color css
<style>
span { border-color: #F1D7DE; }
span { border-color: rgb(241,215,222); }
td.TdClassName
{
border-color: #F1D7DE;
}
.TagClassName
{
border-color: #F1D7DE;
}
</style>