Shades of Amour #F1E5EA
Tints of Amour #F1E5EA
RGB
CMYK
RGB Variations
Color information
#F1E5EA (or 0xF1E5EA) is known color: Amour. HEX triplet: F1, E5 and EA. RGB value is (241,229,234). Sum of RGB (Red+Green+Blue) = 241+229+234=704 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.23% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E5EA is #0E1A15. Grayscale: #E9E9E9. Windows color (decimal): -924182 or 15394289. OLE color: 15394289.
HSL color Cylindrical-coordinate representation of color #F1E5EA: hue angle of 335º degrees, saturation: 0.3, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1E5EA is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 234 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.05 |
| HSL | 335º | 0.3% | 0.92% | - |
| HSV(B) | 335º | 0.05% | 0.95% | - |
| XYZ | 79.15 | 80.68 | 89.24 | - |
| YUV | 233.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 234 | 0 | 0.05 | 0.03 | 0.05 | 335 | 0.3 | 0.92 |
| Hex | F1 | E5 | EA | 0 | 5 | 3 | 5 | 14F | 1E | 5C |
| Octal | 361 | 345 | 352 | 0 | 5 | 3 | 5 | 517 | 36 | 134 |
| Binary | 11110001 | 11100101 | 11101010 | 0 | 101 | 11 | 101 | 101001111 | 11110 | 1011100 |
Color Harmonies of #F1E5EA
Complementary color
Monochromatic Colors of #F1E5EA
Black with #F1E5EA
Text Example
Text Example
White with #F1E5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E5EA; }
p { color: rgb(241,229,234); }
H1.HeaderClassName
{
color: #F1E5EA;
}
.AnyTagClassName
{
color: #F1E5EA;
}
</style>
background-color css
<style>
a { background-color: #F1E5EA; }
a { background-color: rgb(241,229,234); }
div.DivClassName
{
background-color: #F1E5EA;
}
.BgClassName
{
background-color: #F1E5EA;
}
</style>
border-color css
<style>
span { border-color: #F1E5EA; }
span { border-color: rgb(241,229,234); }
td.TdClassName
{
border-color: #F1E5EA;
}
.TagClassName
{
border-color: #F1E5EA;
}
</style>