Shades of Amour #F0E8E9
Tints of Amour #F0E8E9
RGB
CMYK
RGB Variations
Color information
#F0E8E9 (or 0xF0E8E9) is known color: Amour. HEX triplet: F0, E8 and E9. RGB value is (240,232,233). Sum of RGB (Red+Green+Blue) = 240+232+233=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 232 (91.02% from 255 or 32.91% from 705); Blue value is 233 (91.41% from 255 or 33.05% from 705); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E8E9 is #0F1716. Grayscale: #EAEAEA. Windows color (decimal): -988951 or 15329520. OLE color: 15329520.
HSL color Cylindrical-coordinate representation of color #F0E8E9: hue angle of 352.5º 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 #F0E8E9 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 233 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.06 |
| HSL | 352.5º | 0.21% | 0.93% | - |
| HSV(B) | 352.5º | 0.03% | 0.94% | - |
| XYZ | 79.5 | 82.12 | 88.75 | - |
| YUV | 234.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 233 | 0 | 0.03 | 0.03 | 0.06 | 352.5 | 0.21 | 0.93 |
| Hex | F0 | E8 | E9 | 0 | 3 | 3 | 6 | 160 | 15 | 5D |
| Octal | 360 | 350 | 351 | 0 | 3 | 3 | 6 | 540 | 25 | 135 |
| Binary | 11110000 | 11101000 | 11101001 | 0 | 11 | 11 | 110 | 101100000 | 10101 | 1011101 |
Color Harmonies of #F0E8E9
Complementary color
Monochromatic Colors of #F0E8E9
Black with #F0E8E9
Text Example
Text Example
White with #F0E8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E8E9; }
p { color: rgb(240,232,233); }
H1.HeaderClassName
{
color: #F0E8E9;
}
.AnyTagClassName
{
color: #F0E8E9;
}
</style>
background-color css
<style>
a { background-color: #F0E8E9; }
a { background-color: rgb(240,232,233); }
div.DivClassName
{
background-color: #F0E8E9;
}
.BgClassName
{
background-color: #F0E8E9;
}
</style>
border-color css
<style>
span { border-color: #F0E8E9; }
span { border-color: rgb(240,232,233); }
td.TdClassName
{
border-color: #F0E8E9;
}
.TagClassName
{
border-color: #F0E8E9;
}
</style>