Shades of Amour #F5E8EB
Tints of Amour #F5E8EB
RGB
CMYK
RGB Variations
Color information
#F5E8EB (or 0xF5E8EB) is known color: Amour. HEX triplet: F5, E8 and EB. RGB value is (245,232,235). Sum of RGB (Red+Green+Blue) = 245+232+235=712 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.41% from 712); Green value is 232 (91.02% from 255 or 32.58% from 712); Blue value is 235 (92.19% from 255 or 33.01% from 712); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E8EB is #0A1714. Grayscale: #ECECEC. Windows color (decimal): -661269 or 15460597. OLE color: 15460597.
HSL color Cylindrical-coordinate representation of color #F5E8EB: hue angle of 346.15º degrees, saturation: 0.39, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F5E8EB is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 232 | 235 | - |
CMYK | 0 | 0.05 | 0.04 | 0.04 |
HSL | 346.15º | 0.39% | 0.94% | - |
HSV(B) | 346.15º | 0.05% | 0.96% | - |
XYZ | 81.51 | 83.12 | 90.35 | - |
YUV | 236.23 | 127.31 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 232 | 235 | 0 | 0.05 | 0.04 | 0.04 | 346.15 | 0.39 | 0.94 |
Hex | F5 | E8 | EB | 0 | 5 | 4 | 4 | 15A | 27 | 5E |
Octal | 365 | 350 | 353 | 0 | 5 | 4 | 4 | 532 | 47 | 136 |
Binary | 11110101 | 11101000 | 11101011 | 0 | 101 | 100 | 100 | 101011010 | 100111 | 1011110 |
Color Harmonies of #F5E8EB
Complementary color
Monochromatic Colors of #F5E8EB
Black with #F5E8EB
Text Example
Text Example
White with #F5E8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E8EB; }
p { color: rgb(245,232,235); }
H1.HeaderClassName
{
color: #F5E8EB;
}
.AnyTagClassName
{
color: #F5E8EB;
}
</style>
background-color css
<style>
a { background-color: #F5E8EB; }
a { background-color: rgb(245,232,235); }
div.DivClassName
{
background-color: #F5E8EB;
}
.BgClassName
{
background-color: #F5E8EB;
}
</style>
border-color css
<style>
span { border-color: #F5E8EB; }
span { border-color: rgb(245,232,235); }
td.TdClassName
{
border-color: #F5E8EB;
}
.TagClassName
{
border-color: #F5E8EB;
}
</style>