Shades of Amour #F5E7EB
Tints of Amour #F5E7EB
RGB
CMYK
RGB Variations
Color information
#F5E7EB (or 0xF5E7EB) is known color: Amour. HEX triplet: F5, E7 and EB. RGB value is (245,231,235). Sum of RGB (Red+Green+Blue) = 245+231+235=711 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.46% from 711); Green value is 231 (90.62% from 255 or 32.49% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E7EB is #0A1814. Grayscale: #EBEBEB. Windows color (decimal): -661525 or 15460341. OLE color: 15460341.
HSL color Cylindrical-coordinate representation of color #F5E7EB: hue angle of 342.86º degrees, saturation: 0.41, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F5E7EB is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 231 | 235 | - |
CMYK | 0 | 0.06 | 0.04 | 0.04 |
HSL | 342.86º | 0.41% | 0.93% | - |
HSV(B) | 342.86º | 0.06% | 0.96% | - |
XYZ | 81.23 | 82.56 | 90.25 | - |
YUV | 235.64 | 127.64 | 134.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 231 | 235 | 0 | 0.06 | 0.04 | 0.04 | 342.86 | 0.41 | 0.93 |
Hex | F5 | E7 | EB | 0 | 6 | 4 | 4 | 157 | 29 | 5D |
Octal | 365 | 347 | 353 | 0 | 6 | 4 | 4 | 527 | 51 | 135 |
Binary | 11110101 | 11100111 | 11101011 | 0 | 110 | 100 | 100 | 101010111 | 101001 | 1011101 |
Color Harmonies of #F5E7EB
Complementary color
Monochromatic Colors of #F5E7EB
Black with #F5E7EB
Text Example
Text Example
White with #F5E7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E7EB; }
p { color: rgb(245,231,235); }
H1.HeaderClassName
{
color: #F5E7EB;
}
.AnyTagClassName
{
color: #F5E7EB;
}
</style>
background-color css
<style>
a { background-color: #F5E7EB; }
a { background-color: rgb(245,231,235); }
div.DivClassName
{
background-color: #F5E7EB;
}
.BgClassName
{
background-color: #F5E7EB;
}
</style>
border-color css
<style>
span { border-color: #F5E7EB; }
span { border-color: rgb(245,231,235); }
td.TdClassName
{
border-color: #F5E7EB;
}
.TagClassName
{
border-color: #F5E7EB;
}
</style>