Shades of Amour #F0E1E8
Tints of Amour #F0E1E8
RGB
CMYK
RGB Variations
Color information
#F0E1E8 (or 0xF0E1E8) is known color: Amour. HEX triplet: F0, E1 and E8. RGB value is (240,225,232). Sum of RGB (Red+Green+Blue) = 240+225+232=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 225 (88.28% from 255 or 32.28% from 697); Blue value is 232 (91.02% from 255 or 33.29% from 697); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E1E8 is #0F1E17. Grayscale: #E6E6E6. Windows color (decimal): -990744 or 15262192. OLE color: 15262192.
HSL color Cylindrical-coordinate representation of color #F0E1E8: hue angle of 332º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0E1E8 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 232 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.06 |
| HSL | 332º | 0.33% | 0.91% | - |
| HSV(B) | 332º | 0.06% | 0.94% | - |
| XYZ | 77.43 | 78.2 | 87.36 | - |
| YUV | 230.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 232 | 0 | 0.06 | 0.03 | 0.06 | 332 | 0.33 | 0.91 |
| Hex | F0 | E1 | E8 | 0 | 6 | 3 | 6 | 14C | 21 | 5B |
| Octal | 360 | 341 | 350 | 0 | 6 | 3 | 6 | 514 | 41 | 133 |
| Binary | 11110000 | 11100001 | 11101000 | 0 | 110 | 11 | 110 | 101001100 | 100001 | 1011011 |
Color Harmonies of #F0E1E8
Complementary color
Monochromatic Colors of #F0E1E8
Black with #F0E1E8
Text Example
Text Example
White with #F0E1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E1E8; }
p { color: rgb(240,225,232); }
H1.HeaderClassName
{
color: #F0E1E8;
}
.AnyTagClassName
{
color: #F0E1E8;
}
</style>
background-color css
<style>
a { background-color: #F0E1E8; }
a { background-color: rgb(240,225,232); }
div.DivClassName
{
background-color: #F0E1E8;
}
.BgClassName
{
background-color: #F0E1E8;
}
</style>
border-color css
<style>
span { border-color: #F0E1E8; }
span { border-color: rgb(240,225,232); }
td.TdClassName
{
border-color: #F0E1E8;
}
.TagClassName
{
border-color: #F0E1E8;
}
</style>