Shades of Amour #F0E7EC
Tints of Amour #F0E7EC
RGB
CMYK
RGB Variations
Color information
#F0E7EC (or 0xF0E7EC) is known color: Amour. HEX triplet: F0, E7 and EC. RGB value is (240,231,236). Sum of RGB (Red+Green+Blue) = 240+231+236=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 231 (90.62% from 255 or 32.67% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E7EC is #0F1813. Grayscale: #EAEAEA. Windows color (decimal): -989204 or 15525872. OLE color: 15525872.
HSL color Cylindrical-coordinate representation of color #F0E7EC: hue angle of 326.67º degrees, saturation: 0.23, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F0E7EC is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 231 | 236 | - |
CMYK | 0 | 0.04 | 0.02 | 0.06 |
HSL | 326.67º | 0.23% | 0.92% | - |
HSV(B) | 326.67º | 0.04% | 0.94% | - |
XYZ | 79.65 | 81.73 | 90.93 | - |
YUV | 234.26 | 128.98 | 132.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 231 | 236 | 0 | 0.04 | 0.02 | 0.06 | 326.67 | 0.23 | 0.92 |
Hex | F0 | E7 | EC | 0 | 4 | 2 | 6 | 147 | 17 | 5C |
Octal | 360 | 347 | 354 | 0 | 4 | 2 | 6 | 507 | 27 | 134 |
Binary | 11110000 | 11100111 | 11101100 | 0 | 100 | 10 | 110 | 101000111 | 10111 | 1011100 |
Color Harmonies of #F0E7EC
Complementary color
Monochromatic Colors of #F0E7EC
Black with #F0E7EC
Text Example
Text Example
White with #F0E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E7EC; }
p { color: rgb(240,231,236); }
H1.HeaderClassName
{
color: #F0E7EC;
}
.AnyTagClassName
{
color: #F0E7EC;
}
</style>
background-color css
<style>
a { background-color: #F0E7EC; }
a { background-color: rgb(240,231,236); }
div.DivClassName
{
background-color: #F0E7EC;
}
.BgClassName
{
background-color: #F0E7EC;
}
</style>
border-color css
<style>
span { border-color: #F0E7EC; }
span { border-color: rgb(240,231,236); }
td.TdClassName
{
border-color: #F0E7EC;
}
.TagClassName
{
border-color: #F0E7EC;
}
</style>