Shades of Amour #F5E8EC
Tints of Amour #F5E8EC
RGB
CMYK
RGB Variations
Color information
#F5E8EC (or 0xF5E8EC) is known color: Amour. HEX triplet: F5, E8 and EC. RGB value is (245,232,236). Sum of RGB (Red+Green+Blue) = 245+232+236=713 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.36% from 713); Green value is 232 (91.02% from 255 or 32.54% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E8EC is #0A1713. Grayscale: #ECECEC. Windows color (decimal): -661268 or 15526133. OLE color: 15526133.
HSL color Cylindrical-coordinate representation of color #F5E8EC: hue angle of 341.54º 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 #F5E8EC is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 232 | 236 | - |
CMYK | 0 | 0.05 | 0.04 | 0.04 |
HSL | 341.54º | 0.39% | 0.94% | - |
HSV(B) | 341.54º | 0.05% | 0.96% | - |
XYZ | 81.65 | 83.18 | 91.11 | - |
YUV | 236.34 | 127.81 | 134.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 232 | 236 | 0 | 0.05 | 0.04 | 0.04 | 341.54 | 0.39 | 0.94 |
Hex | F5 | E8 | EC | 0 | 5 | 4 | 4 | 156 | 27 | 5E |
Octal | 365 | 350 | 354 | 0 | 5 | 4 | 4 | 526 | 47 | 136 |
Binary | 11110101 | 11101000 | 11101100 | 0 | 101 | 100 | 100 | 101010110 | 100111 | 1011110 |
Color Harmonies of #F5E8EC
Complementary color
Monochromatic Colors of #F5E8EC
Black with #F5E8EC
Text Example
Text Example
White with #F5E8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E8EC; }
p { color: rgb(245,232,236); }
H1.HeaderClassName
{
color: #F5E8EC;
}
.AnyTagClassName
{
color: #F5E8EC;
}
</style>
background-color css
<style>
a { background-color: #F5E8EC; }
a { background-color: rgb(245,232,236); }
div.DivClassName
{
background-color: #F5E8EC;
}
.BgClassName
{
background-color: #F5E8EC;
}
</style>
border-color css
<style>
span { border-color: #F5E8EC; }
span { border-color: rgb(245,232,236); }
td.TdClassName
{
border-color: #F5E8EC;
}
.TagClassName
{
border-color: #F5E8EC;
}
</style>