Shades of Amour #F8E7EE
Tints of Amour #F8E7EE
RGB
CMYK
RGB Variations
Color information
#F8E7EE (or 0xF8E7EE) is known color: Amour. HEX triplet: F8, E7 and EE. RGB value is (248,231,238). Sum of RGB (Red+Green+Blue) = 248+231+238=717 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.59% from 717); Green value is 231 (90.62% from 255 or 32.22% from 717); Blue value is 238 (93.36% from 255 or 33.19% from 717); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8E7EE is #071811. Grayscale: #ECECEC. Windows color (decimal): -464914 or 15656952. OLE color: 15656952.
HSL color Cylindrical-coordinate representation of color #F8E7EE: hue angle of 335.29º degrees, saturation: 0.55, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F8E7EE is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 231 | 238 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.03 |
| HSL | 335.29º | 0.55% | 0.94% | - |
| HSV(B) | 335.29º | 0.07% | 0.97% | - |
| XYZ | 82.72 | 83.28 | 92.6 | - |
| YUV | 236.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 231 | 238 | 0 | 0.07 | 0.04 | 0.03 | 335.29 | 0.55 | 0.94 |
| Hex | F8 | E7 | EE | 0 | 7 | 4 | 3 | 14F | 37 | 5E |
| Octal | 370 | 347 | 356 | 0 | 7 | 4 | 3 | 517 | 67 | 136 |
| Binary | 11111000 | 11100111 | 11101110 | 0 | 111 | 100 | 11 | 101001111 | 110111 | 1011110 |
Color Harmonies of #F8E7EE
Complementary color
Monochromatic Colors of #F8E7EE
Black with #F8E7EE
Text Example
Text Example
White with #F8E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E7EE; }
p { color: rgb(248,231,238); }
H1.HeaderClassName
{
color: #F8E7EE;
}
.AnyTagClassName
{
color: #F8E7EE;
}
</style>
background-color css
<style>
a { background-color: #F8E7EE; }
a { background-color: rgb(248,231,238); }
div.DivClassName
{
background-color: #F8E7EE;
}
.BgClassName
{
background-color: #F8E7EE;
}
</style>
border-color css
<style>
span { border-color: #F8E7EE; }
span { border-color: rgb(248,231,238); }
td.TdClassName
{
border-color: #F8E7EE;
}
.TagClassName
{
border-color: #F8E7EE;
}
</style>