Shades of Amour #F1E5E8
Tints of Amour #F1E5E8
RGB
CMYK
RGB Variations
Color information
#F1E5E8 (or 0xF1E5E8) is known color: Amour. HEX triplet: F1, E5 and E8. RGB value is (241,229,232). Sum of RGB (Red+Green+Blue) = 241+229+232=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 232 (91.02% from 255 or 33.05% from 702); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E5E8 is #0E1A17. Grayscale: #E8E8E8. Windows color (decimal): -924184 or 15263217. OLE color: 15263217.
HSL color Cylindrical-coordinate representation of color #F1E5E8: hue angle of 345º 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 #F1E5E8 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 229 | 232 | - |
CMYK | 0 | 0.05 | 0.04 | 0.05 |
HSL | 345º | 0.3% | 0.92% | - |
HSV(B) | 345º | 0.05% | 0.95% | - |
XYZ | 78.86 | 80.57 | 87.74 | - |
YUV | 232.93 | 127.48 | 133.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 229 | 232 | 0 | 0.05 | 0.04 | 0.05 | 345 | 0.3 | 0.92 |
Hex | F1 | E5 | E8 | 0 | 5 | 4 | 5 | 159 | 1E | 5C |
Octal | 361 | 345 | 350 | 0 | 5 | 4 | 5 | 531 | 36 | 134 |
Binary | 11110001 | 11100101 | 11101000 | 0 | 101 | 100 | 101 | 101011001 | 11110 | 1011100 |
Color Harmonies of #F1E5E8
Complementary color
Monochromatic Colors of #F1E5E8
Black with #F1E5E8
Text Example
Text Example
White with #F1E5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E5E8; }
p { color: rgb(241,229,232); }
H1.HeaderClassName
{
color: #F1E5E8;
}
.AnyTagClassName
{
color: #F1E5E8;
}
</style>
background-color css
<style>
a { background-color: #F1E5E8; }
a { background-color: rgb(241,229,232); }
div.DivClassName
{
background-color: #F1E5E8;
}
.BgClassName
{
background-color: #F1E5E8;
}
</style>
border-color css
<style>
span { border-color: #F1E5E8; }
span { border-color: rgb(241,229,232); }
td.TdClassName
{
border-color: #F1E5E8;
}
.TagClassName
{
border-color: #F1E5E8;
}
</style>