Shades of Amour #F0E5EA
Tints of Amour #F0E5EA
RGB
CMYK
RGB Variations
Color information
#F0E5EA (or 0xF0E5EA) is known color: Amour. HEX triplet: F0, E5 and EA. RGB value is (240,229,234). Sum of RGB (Red+Green+Blue) = 240+229+234=703 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.14% from 703); Green value is 229 (89.84% from 255 or 32.57% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E5EA is #0F1A15. Grayscale: #E8E8E8. Windows color (decimal): -989718 or 15394288. OLE color: 15394288.
HSL color Cylindrical-coordinate representation of color #F0E5EA: hue angle of 332.73º degrees, saturation: 0.27, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0E5EA is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 229 | 234 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.06 |
| HSL | 332.73º | 0.27% | 0.92% | - |
| HSV(B) | 332.73º | 0.05% | 0.94% | - |
| XYZ | 78.81 | 80.5 | 89.23 | - |
| YUV | 232.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 229 | 234 | 0 | 0.05 | 0.02 | 0.06 | 332.73 | 0.27 | 0.92 |
| Hex | F0 | E5 | EA | 0 | 5 | 2 | 6 | 14D | 1B | 5C |
| Octal | 360 | 345 | 352 | 0 | 5 | 2 | 6 | 515 | 33 | 134 |
| Binary | 11110000 | 11100101 | 11101010 | 0 | 101 | 10 | 110 | 101001101 | 11011 | 1011100 |
Color Harmonies of #F0E5EA
Complementary color
Monochromatic Colors of #F0E5EA
Black with #F0E5EA
Text Example
Text Example
White with #F0E5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E5EA; }
p { color: rgb(240,229,234); }
H1.HeaderClassName
{
color: #F0E5EA;
}
.AnyTagClassName
{
color: #F0E5EA;
}
</style>
background-color css
<style>
a { background-color: #F0E5EA; }
a { background-color: rgb(240,229,234); }
div.DivClassName
{
background-color: #F0E5EA;
}
.BgClassName
{
background-color: #F0E5EA;
}
</style>
border-color css
<style>
span { border-color: #F0E5EA; }
span { border-color: rgb(240,229,234); }
td.TdClassName
{
border-color: #F0E5EA;
}
.TagClassName
{
border-color: #F0E5EA;
}
</style>