Shades of Amour #F1E7ED
Tints of Amour #F1E7ED
RGB
CMYK
RGB Variations
Color information
#F1E7ED (or 0xF1E7ED) is known color: Amour. HEX triplet: F1, E7 and ED. RGB value is (241,231,237). Sum of RGB (Red+Green+Blue) = 241+231+237=709 (93% of max value = 765). Red value is 241 (94.53% from 255 or 33.99% from 709); Green value is 231 (90.62% from 255 or 32.58% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E7ED is #0E1812. Grayscale: #EAEAEA. Windows color (decimal): -923667 or 15591409. OLE color: 15591409.
HSL color Cylindrical-coordinate representation of color #F1E7ED: hue angle of 324º degrees, saturation: 0.26, 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 #F1E7ED is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 231 | 237 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.05 |
| HSL | 324º | 0.26% | 0.93% | - |
| HSV(B) | 324º | 0.04% | 0.95% | - |
| XYZ | 80.14 | 81.97 | 91.72 | - |
| YUV | 234.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 231 | 237 | 0 | 0.04 | 0.02 | 0.05 | 324 | 0.26 | 0.93 |
| Hex | F1 | E7 | ED | 0 | 4 | 2 | 5 | 144 | 1A | 5D |
| Octal | 361 | 347 | 355 | 0 | 4 | 2 | 5 | 504 | 32 | 135 |
| Binary | 11110001 | 11100111 | 11101101 | 0 | 100 | 10 | 101 | 101000100 | 11010 | 1011101 |
Color Harmonies of #F1E7ED
Complementary color
Monochromatic Colors of #F1E7ED
Black with #F1E7ED
Text Example
Text Example
White with #F1E7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E7ED; }
p { color: rgb(241,231,237); }
H1.HeaderClassName
{
color: #F1E7ED;
}
.AnyTagClassName
{
color: #F1E7ED;
}
</style>
background-color css
<style>
a { background-color: #F1E7ED; }
a { background-color: rgb(241,231,237); }
div.DivClassName
{
background-color: #F1E7ED;
}
.BgClassName
{
background-color: #F1E7ED;
}
</style>
border-color css
<style>
span { border-color: #F1E7ED; }
span { border-color: rgb(241,231,237); }
td.TdClassName
{
border-color: #F1E7ED;
}
.TagClassName
{
border-color: #F1E7ED;
}
</style>