Shades of Amour #F1E7EA
Tints of Amour #F1E7EA
RGB
CMYK
RGB Variations
Color information
#F1E7EA (or 0xF1E7EA) is known color: Amour. HEX triplet: F1, E7 and EA. RGB value is (241,231,234). Sum of RGB (Red+Green+Blue) = 241+231+234=706 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.14% from 706); Green value is 231 (90.62% from 255 or 32.72% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E7EA is #0E1815. Grayscale: #EAEAEA. Windows color (decimal): -923670 or 15394801. OLE color: 15394801.
HSL color Cylindrical-coordinate representation of color #F1E7EA: hue angle of 342º 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 #F1E7EA is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 231 | 234 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.05 |
| HSL | 342º | 0.26% | 0.93% | - |
| HSV(B) | 342º | 0.04% | 0.95% | - |
| XYZ | 79.7 | 81.79 | 89.43 | - |
| YUV | 234.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 231 | 234 | 0 | 0.04 | 0.03 | 0.05 | 342 | 0.26 | 0.93 |
| Hex | F1 | E7 | EA | 0 | 4 | 3 | 5 | 156 | 1A | 5D |
| Octal | 361 | 347 | 352 | 0 | 4 | 3 | 5 | 526 | 32 | 135 |
| Binary | 11110001 | 11100111 | 11101010 | 0 | 100 | 11 | 101 | 101010110 | 11010 | 1011101 |
Color Harmonies of #F1E7EA
Complementary color
Monochromatic Colors of #F1E7EA
Black with #F1E7EA
Text Example
Text Example
White with #F1E7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E7EA; }
p { color: rgb(241,231,234); }
H1.HeaderClassName
{
color: #F1E7EA;
}
.AnyTagClassName
{
color: #F1E7EA;
}
</style>
background-color css
<style>
a { background-color: #F1E7EA; }
a { background-color: rgb(241,231,234); }
div.DivClassName
{
background-color: #F1E7EA;
}
.BgClassName
{
background-color: #F1E7EA;
}
</style>
border-color css
<style>
span { border-color: #F1E7EA; }
span { border-color: rgb(241,231,234); }
td.TdClassName
{
border-color: #F1E7EA;
}
.TagClassName
{
border-color: #F1E7EA;
}
</style>