Shades of Amour #F0E2E8
Tints of Amour #F0E2E8
RGB
CMYK
RGB Variations
Color information
#F0E2E8 (or 0xF0E2E8) is known color: Amour. HEX triplet: F0, E2 and E8. RGB value is (240,226,232). Sum of RGB (Red+Green+Blue) = 240+226+232=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 232 (91.02% from 255 or 33.24% from 698); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E2E8 is #0F1D17. Grayscale: #E6E6E6. Windows color (decimal): -990488 or 15262448. OLE color: 15262448.
HSL color Cylindrical-coordinate representation of color #F0E2E8: hue angle of 334.29º degrees, saturation: 0.32, 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 #F0E2E8 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 232 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.06 |
| HSL | 334.29º | 0.32% | 0.91% | - |
| HSV(B) | 334.29º | 0.06% | 0.94% | - |
| XYZ | 77.7 | 78.74 | 87.45 | - |
| YUV | 230.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 232 | 0 | 0.06 | 0.03 | 0.06 | 334.29 | 0.32 | 0.91 |
| Hex | F0 | E2 | E8 | 0 | 6 | 3 | 6 | 14E | 20 | 5B |
| Octal | 360 | 342 | 350 | 0 | 6 | 3 | 6 | 516 | 40 | 133 |
| Binary | 11110000 | 11100010 | 11101000 | 0 | 110 | 11 | 110 | 101001110 | 100000 | 1011011 |
Color Harmonies of #F0E2E8
Complementary color
Monochromatic Colors of #F0E2E8
Black with #F0E2E8
Text Example
Text Example
White with #F0E2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E2E8; }
p { color: rgb(240,226,232); }
H1.HeaderClassName
{
color: #F0E2E8;
}
.AnyTagClassName
{
color: #F0E2E8;
}
</style>
background-color css
<style>
a { background-color: #F0E2E8; }
a { background-color: rgb(240,226,232); }
div.DivClassName
{
background-color: #F0E2E8;
}
.BgClassName
{
background-color: #F0E2E8;
}
</style>
border-color css
<style>
span { border-color: #F0E2E8; }
span { border-color: rgb(240,226,232); }
td.TdClassName
{
border-color: #F0E2E8;
}
.TagClassName
{
border-color: #F0E2E8;
}
</style>