Shades of Amour #F0E8EC
Tints of Amour #F0E8EC
RGB
CMYK
RGB Variations
Color information
#F0E8EC (or 0xF0E8EC) is known color: Amour. HEX triplet: F0, E8 and EC. RGB value is (240,232,236). Sum of RGB (Red+Green+Blue) = 240+232+236=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 232 (91.02% from 255 or 32.77% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E8EC is #0F1713. Grayscale: #EAEAEA. Windows color (decimal): -988948 or 15526128. OLE color: 15526128.
HSL color Cylindrical-coordinate representation of color #F0E8EC: hue angle of 330º degrees, saturation: 0.21, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F0E8EC is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 236 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.06 |
| HSL | 330º | 0.21% | 0.93% | - |
| HSV(B) | 330º | 0.03% | 0.94% | - |
| XYZ | 79.93 | 82.29 | 91.03 | - |
| YUV | 234.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 236 | 0 | 0.03 | 0.02 | 0.06 | 330 | 0.21 | 0.93 |
| Hex | F0 | E8 | EC | 0 | 3 | 2 | 6 | 14A | 15 | 5D |
| Octal | 360 | 350 | 354 | 0 | 3 | 2 | 6 | 512 | 25 | 135 |
| Binary | 11110000 | 11101000 | 11101100 | 0 | 11 | 10 | 110 | 101001010 | 10101 | 1011101 |
Color Harmonies of #F0E8EC
Complementary color
Monochromatic Colors of #F0E8EC
Black with #F0E8EC
Text Example
Text Example
White with #F0E8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E8EC; }
p { color: rgb(240,232,236); }
H1.HeaderClassName
{
color: #F0E8EC;
}
.AnyTagClassName
{
color: #F0E8EC;
}
</style>
background-color css
<style>
a { background-color: #F0E8EC; }
a { background-color: rgb(240,232,236); }
div.DivClassName
{
background-color: #F0E8EC;
}
.BgClassName
{
background-color: #F0E8EC;
}
</style>
border-color css
<style>
span { border-color: #F0E8EC; }
span { border-color: rgb(240,232,236); }
td.TdClassName
{
border-color: #F0E8EC;
}
.TagClassName
{
border-color: #F0E8EC;
}
</style>