Shades of Amour #F1E8ED
Tints of Amour #F1E8ED
RGB
CMYK
RGB Variations
Color information
#F1E8ED (or 0xF1E8ED) is known color: Amour. HEX triplet: F1, E8 and ED. RGB value is (241,232,237). Sum of RGB (Red+Green+Blue) = 241+232+237=710 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.94% from 710); Green value is 232 (91.02% from 255 or 32.68% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E8ED is #0E1712. Grayscale: #EBEBEB. Windows color (decimal): -923411 or 15591665. OLE color: 15591665.
HSL color Cylindrical-coordinate representation of color #F1E8ED: hue angle of 326.67º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F1E8ED is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 237 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.05 |
| HSL | 326.67º | 0.24% | 0.93% | - |
| HSV(B) | 326.67º | 0.04% | 0.95% | - |
| XYZ | 80.42 | 82.53 | 91.81 | - |
| YUV | 235.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 237 | 0 | 0.04 | 0.02 | 0.05 | 326.67 | 0.24 | 0.93 |
| Hex | F1 | E8 | ED | 0 | 4 | 2 | 5 | 147 | 18 | 5D |
| Octal | 361 | 350 | 355 | 0 | 4 | 2 | 5 | 507 | 30 | 135 |
| Binary | 11110001 | 11101000 | 11101101 | 0 | 100 | 10 | 101 | 101000111 | 11000 | 1011101 |
Color Harmonies of #F1E8ED
Complementary color
Monochromatic Colors of #F1E8ED
Black with #F1E8ED
Text Example
Text Example
White with #F1E8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E8ED; }
p { color: rgb(241,232,237); }
H1.HeaderClassName
{
color: #F1E8ED;
}
.AnyTagClassName
{
color: #F1E8ED;
}
</style>
background-color css
<style>
a { background-color: #F1E8ED; }
a { background-color: rgb(241,232,237); }
div.DivClassName
{
background-color: #F1E8ED;
}
.BgClassName
{
background-color: #F1E8ED;
}
</style>
border-color css
<style>
span { border-color: #F1E8ED; }
span { border-color: rgb(241,232,237); }
td.TdClassName
{
border-color: #F1E8ED;
}
.TagClassName
{
border-color: #F1E8ED;
}
</style>