Shades of Amour #F8E5ED
Tints of Amour #F8E5ED
RGB
CMYK
RGB Variations
Color information
#F8E5ED (or 0xF8E5ED) is known color: Amour. HEX triplet: F8, E5 and ED. RGB value is (248,229,237). Sum of RGB (Red+Green+Blue) = 248+229+237=714 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.73% from 714); Green value is 229 (89.84% from 255 or 32.07% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E5ED is #071A12. Grayscale: #EBEBEB. Windows color (decimal): -465427 or 15590904. OLE color: 15590904.
HSL color Cylindrical-coordinate representation of color #F8E5ED: hue angle of 334.74º 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 #F8E5ED is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 229 | 237 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.03 |
| HSL | 334.74º | 0.58% | 0.94% | - |
| HSV(B) | 334.74º | 0.08% | 0.97% | - |
| XYZ | 82.02 | 82.11 | 91.65 | - |
| YUV | 235.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 229 | 237 | 0 | 0.08 | 0.04 | 0.03 | 334.74 | 0.58 | 0.94 |
| Hex | F8 | E5 | ED | 0 | 8 | 4 | 3 | 14F | 3A | 5E |
| Octal | 370 | 345 | 355 | 0 | 10 | 4 | 3 | 517 | 72 | 136 |
| Binary | 11111000 | 11100101 | 11101101 | 0 | 1000 | 100 | 11 | 101001111 | 111010 | 1011110 |
Color Harmonies of #F8E5ED
Complementary color
Monochromatic Colors of #F8E5ED
Black with #F8E5ED
Text Example
Text Example
White with #F8E5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E5ED; }
p { color: rgb(248,229,237); }
H1.HeaderClassName
{
color: #F8E5ED;
}
.AnyTagClassName
{
color: #F8E5ED;
}
</style>
background-color css
<style>
a { background-color: #F8E5ED; }
a { background-color: rgb(248,229,237); }
div.DivClassName
{
background-color: #F8E5ED;
}
.BgClassName
{
background-color: #F8E5ED;
}
</style>
border-color css
<style>
span { border-color: #F8E5ED; }
span { border-color: rgb(248,229,237); }
td.TdClassName
{
border-color: #F8E5ED;
}
.TagClassName
{
border-color: #F8E5ED;
}
</style>