Shades of Amour #F0E6EA
Tints of Amour #F0E6EA
RGB
CMYK
RGB Variations
Color information
#F0E6EA (or 0xF0E6EA) is known color: Amour. HEX triplet: F0, E6 and EA. RGB value is (240,230,234). Sum of RGB (Red+Green+Blue) = 240+230+234=704 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.09% from 704); Green value is 230 (90.23% from 255 or 32.67% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E6EA is #0F1915. Grayscale: #E9E9E9. Windows color (decimal): -989462 or 15394544. OLE color: 15394544.
HSL color Cylindrical-coordinate representation of color #F0E6EA: hue angle of 336º degrees, saturation: 0.25, 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 #F0E6EA is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 234 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.06 |
| HSL | 336º | 0.25% | 0.92% | - |
| HSV(B) | 336º | 0.04% | 0.94% | - |
| XYZ | 79.08 | 81.06 | 89.32 | - |
| YUV | 233.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 234 | 0 | 0.04 | 0.02 | 0.06 | 336 | 0.25 | 0.92 |
| Hex | F0 | E6 | EA | 0 | 4 | 2 | 6 | 150 | 19 | 5C |
| Octal | 360 | 346 | 352 | 0 | 4 | 2 | 6 | 520 | 31 | 134 |
| Binary | 11110000 | 11100110 | 11101010 | 0 | 100 | 10 | 110 | 101010000 | 11001 | 1011100 |
Color Harmonies of #F0E6EA
Complementary color
Monochromatic Colors of #F0E6EA
Black with #F0E6EA
Text Example
Text Example
White with #F0E6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E6EA; }
p { color: rgb(240,230,234); }
H1.HeaderClassName
{
color: #F0E6EA;
}
.AnyTagClassName
{
color: #F0E6EA;
}
</style>
background-color css
<style>
a { background-color: #F0E6EA; }
a { background-color: rgb(240,230,234); }
div.DivClassName
{
background-color: #F0E6EA;
}
.BgClassName
{
background-color: #F0E6EA;
}
</style>
border-color css
<style>
span { border-color: #F0E6EA; }
span { border-color: rgb(240,230,234); }
td.TdClassName
{
border-color: #F0E6EA;
}
.TagClassName
{
border-color: #F0E6EA;
}
</style>