Shades of Amour #F8E5EE
Tints of Amour #F8E5EE
RGB
CMYK
RGB Variations
Color information
#F8E5EE (or 0xF8E5EE) is known color: Amour. HEX triplet: F8, E5 and EE. RGB value is (248,229,238). Sum of RGB (Red+Green+Blue) = 248+229+238=715 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.69% from 715); Green value is 229 (89.84% from 255 or 32.03% from 715); Blue value is 238 (93.36% from 255 or 33.29% from 715); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E5EE is #071A11. Grayscale: #EBEBEB. Windows color (decimal): -465426 or 15656440. OLE color: 15656440.
HSL color Cylindrical-coordinate representation of color #F8E5EE: hue angle of 331.58º degrees, saturation: 0.58, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F8E5EE is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 229 | 238 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.03 |
| HSL | 331.58º | 0.58% | 0.94% | - |
| HSV(B) | 331.58º | 0.08% | 0.97% | - |
| XYZ | 82.16 | 82.17 | 92.42 | - |
| YUV | 235.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 229 | 238 | 0 | 0.08 | 0.04 | 0.03 | 331.58 | 0.58 | 0.94 |
| Hex | F8 | E5 | EE | 0 | 8 | 4 | 3 | 14C | 3A | 5E |
| Octal | 370 | 345 | 356 | 0 | 10 | 4 | 3 | 514 | 72 | 136 |
| Binary | 11111000 | 11100101 | 11101110 | 0 | 1000 | 100 | 11 | 101001100 | 111010 | 1011110 |
Color Harmonies of #F8E5EE
Complementary color
Monochromatic Colors of #F8E5EE
Black with #F8E5EE
Text Example
Text Example
White with #F8E5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E5EE; }
p { color: rgb(248,229,238); }
H1.HeaderClassName
{
color: #F8E5EE;
}
.AnyTagClassName
{
color: #F8E5EE;
}
</style>
background-color css
<style>
a { background-color: #F8E5EE; }
a { background-color: rgb(248,229,238); }
div.DivClassName
{
background-color: #F8E5EE;
}
.BgClassName
{
background-color: #F8E5EE;
}
</style>
border-color css
<style>
span { border-color: #F8E5EE; }
span { border-color: rgb(248,229,238); }
td.TdClassName
{
border-color: #F8E5EE;
}
.TagClassName
{
border-color: #F8E5EE;
}
</style>