Shades of Amour #F1E5E9
Tints of Amour #F1E5E9
RGB
CMYK
RGB Variations
Color information
#F1E5E9 (or 0xF1E5E9) is known color: Amour. HEX triplet: F1, E5 and E9. RGB value is (241,229,233). Sum of RGB (Red+Green+Blue) = 241+229+233=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 229 (89.84% from 255 or 32.57% from 703); Blue value is 233 (91.41% from 255 or 33.14% from 703); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E5E9 is #0E1A16. Grayscale: #E9E9E9. Windows color (decimal): -924183 or 15328753. OLE color: 15328753.
HSL color Cylindrical-coordinate representation of color #F1E5E9: hue angle of 340º 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 #F1E5E9 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 229 | 233 | - |
CMYK | 0 | 0.05 | 0.03 | 0.05 |
HSL | 340º | 0.3% | 0.92% | - |
HSV(B) | 340º | 0.05% | 0.95% | - |
XYZ | 79 | 80.62 | 88.49 | - |
YUV | 233.04 | 127.98 | 133.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 229 | 233 | 0 | 0.05 | 0.03 | 0.05 | 340 | 0.3 | 0.92 |
Hex | F1 | E5 | E9 | 0 | 5 | 3 | 5 | 154 | 1E | 5C |
Octal | 361 | 345 | 351 | 0 | 5 | 3 | 5 | 524 | 36 | 134 |
Binary | 11110001 | 11100101 | 11101001 | 0 | 101 | 11 | 101 | 101010100 | 11110 | 1011100 |
Color Harmonies of #F1E5E9
Complementary color
Monochromatic Colors of #F1E5E9
Black with #F1E5E9
Text Example
Text Example
White with #F1E5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E5E9; }
p { color: rgb(241,229,233); }
H1.HeaderClassName
{
color: #F1E5E9;
}
.AnyTagClassName
{
color: #F1E5E9;
}
</style>
background-color css
<style>
a { background-color: #F1E5E9; }
a { background-color: rgb(241,229,233); }
div.DivClassName
{
background-color: #F1E5E9;
}
.BgClassName
{
background-color: #F1E5E9;
}
</style>
border-color css
<style>
span { border-color: #F1E5E9; }
span { border-color: rgb(241,229,233); }
td.TdClassName
{
border-color: #F1E5E9;
}
.TagClassName
{
border-color: #F1E5E9;
}
</style>