Shades of Amour #F5EEF0
Tints of Amour #F5EEF0
RGB
CMYK
RGB Variations
Color information
#F5EEF0 (or 0xF5EEF0) is known color: Amour. HEX triplet: F5, EE and F0. RGB value is (245,238,240). Sum of RGB (Red+Green+Blue) = 245+238+240=723 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.89% from 723); Green value is 238 (93.36% from 255 or 32.92% from 723); Blue value is 240 (94.14% from 255 or 33.20% from 723); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EEF0 is #0A110F. Grayscale: #F0F0F0. Windows color (decimal): -659728 or 15789813. OLE color: 15789813.
HSL color Cylindrical-coordinate representation of color #F5EEF0: hue angle of 342.86º degrees, saturation: 0.26, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5EEF0 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 240 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.04 |
| HSL | 342.86º | 0.26% | 0.95% | - |
| HSV(B) | 342.86º | 0.03% | 0.96% | - |
| XYZ | 83.96 | 86.85 | 94.78 | - |
| YUV | 240.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 240 | 0 | 0.03 | 0.02 | 0.04 | 342.86 | 0.26 | 0.95 |
| Hex | F5 | EE | F0 | 0 | 3 | 2 | 4 | 157 | 1A | 5F |
| Octal | 365 | 356 | 360 | 0 | 3 | 2 | 4 | 527 | 32 | 137 |
| Binary | 11110101 | 11101110 | 11110000 | 0 | 11 | 10 | 100 | 101010111 | 11010 | 1011111 |
Color Harmonies of #F5EEF0
Complementary color
Monochromatic Colors of #F5EEF0
Black with #F5EEF0
Text Example
Text Example
White with #F5EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EEF0; }
p { color: rgb(245,238,240); }
H1.HeaderClassName
{
color: #F5EEF0;
}
.AnyTagClassName
{
color: #F5EEF0;
}
</style>
background-color css
<style>
a { background-color: #F5EEF0; }
a { background-color: rgb(245,238,240); }
div.DivClassName
{
background-color: #F5EEF0;
}
.BgClassName
{
background-color: #F5EEF0;
}
</style>
border-color css
<style>
span { border-color: #F5EEF0; }
span { border-color: rgb(245,238,240); }
td.TdClassName
{
border-color: #F5EEF0;
}
.TagClassName
{
border-color: #F5EEF0;
}
</style>