Shades of Amour #F8E8ED
Tints of Amour #F8E8ED
RGB
CMYK
RGB Variations
Color information
#F8E8ED (or 0xF8E8ED) is known color: Amour. HEX triplet: F8, E8 and ED. RGB value is (248,232,237). Sum of RGB (Red+Green+Blue) = 248+232+237=717 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.59% from 717); Green value is 232 (91.02% from 255 or 32.36% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8E8ED is #071712. Grayscale: #EDEDED. Windows color (decimal): -464659 or 15591672. OLE color: 15591672.
HSL color Cylindrical-coordinate representation of color #F8E8ED: hue angle of 341.25º degrees, saturation: 0.53, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F8E8ED is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 232 | 237 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.03 |
| HSL | 341.25º | 0.53% | 0.94% | - |
| HSV(B) | 341.25º | 0.06% | 0.97% | - |
| XYZ | 82.85 | 83.78 | 91.93 | - |
| YUV | 237.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 232 | 237 | 0 | 0.06 | 0.04 | 0.03 | 341.25 | 0.53 | 0.94 |
| Hex | F8 | E8 | ED | 0 | 6 | 4 | 3 | 155 | 35 | 5E |
| Octal | 370 | 350 | 355 | 0 | 6 | 4 | 3 | 525 | 65 | 136 |
| Binary | 11111000 | 11101000 | 11101101 | 0 | 110 | 100 | 11 | 101010101 | 110101 | 1011110 |
Color Harmonies of #F8E8ED
Complementary color
Monochromatic Colors of #F8E8ED
Black with #F8E8ED
Text Example
Text Example
White with #F8E8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E8ED; }
p { color: rgb(248,232,237); }
H1.HeaderClassName
{
color: #F8E8ED;
}
.AnyTagClassName
{
color: #F8E8ED;
}
</style>
background-color css
<style>
a { background-color: #F8E8ED; }
a { background-color: rgb(248,232,237); }
div.DivClassName
{
background-color: #F8E8ED;
}
.BgClassName
{
background-color: #F8E8ED;
}
</style>
border-color css
<style>
span { border-color: #F8E8ED; }
span { border-color: rgb(248,232,237); }
td.TdClassName
{
border-color: #F8E8ED;
}
.TagClassName
{
border-color: #F8E8ED;
}
</style>