Shades of Amour #F8EEF0
Tints of Amour #F8EEF0
RGB
CMYK
RGB Variations
Color information
#F8EEF0 (or 0xF8EEF0) is known color: Amour. HEX triplet: F8, EE and F0. RGB value is (248,238,240). Sum of RGB (Red+Green+Blue) = 248+238+240=726 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.16% from 726); Green value is 238 (93.36% from 255 or 32.78% from 726); Blue value is 240 (94.14% from 255 or 33.06% from 726); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EEF0 is #07110F. Grayscale: #F1F1F1. Windows color (decimal): -463120 or 15789816. OLE color: 15789816.
HSL color Cylindrical-coordinate representation of color #F8EEF0: hue angle of 348º degrees, saturation: 0.42, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F8EEF0 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 240 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.03 |
| HSL | 348º | 0.42% | 0.95% | - |
| HSV(B) | 348º | 0.04% | 0.97% | - |
| XYZ | 85.01 | 87.4 | 94.83 | - |
| YUV | 241.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 240 | 0 | 0.04 | 0.03 | 0.03 | 348 | 0.42 | 0.95 |
| Hex | F8 | EE | F0 | 0 | 4 | 3 | 3 | 15C | 2A | 5F |
| Octal | 370 | 356 | 360 | 0 | 4 | 3 | 3 | 534 | 52 | 137 |
| Binary | 11111000 | 11101110 | 11110000 | 0 | 100 | 11 | 11 | 101011100 | 101010 | 1011111 |
Color Harmonies of #F8EEF0
Complementary color
Monochromatic Colors of #F8EEF0
Black with #F8EEF0
Text Example
Text Example
White with #F8EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EEF0; }
p { color: rgb(248,238,240); }
H1.HeaderClassName
{
color: #F8EEF0;
}
.AnyTagClassName
{
color: #F8EEF0;
}
</style>
background-color css
<style>
a { background-color: #F8EEF0; }
a { background-color: rgb(248,238,240); }
div.DivClassName
{
background-color: #F8EEF0;
}
.BgClassName
{
background-color: #F8EEF0;
}
</style>
border-color css
<style>
span { border-color: #F8EEF0; }
span { border-color: rgb(248,238,240); }
td.TdClassName
{
border-color: #F8EEF0;
}
.TagClassName
{
border-color: #F8EEF0;
}
</style>