Shades of Amour #F5EDEF
Tints of Amour #F5EDEF
RGB
CMYK
RGB Variations
Color information
#F5EDEF (or 0xF5EDEF) is known color: Amour. HEX triplet: F5, ED and EF. RGB value is (245,237,239). Sum of RGB (Red+Green+Blue) = 245+237+239=721 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.98% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 239 (93.75% from 255 or 33.15% from 721); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDEF is #0A1210. Grayscale: #EFEFEF. Windows color (decimal): -659985 or 15724021. OLE color: 15724021.
HSL color Cylindrical-coordinate representation of color #F5EDEF: hue angle of 345º degrees, saturation: 0.29, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5EDEF is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 239 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.04 |
| HSL | 345º | 0.29% | 0.95% | - |
| HSV(B) | 345º | 0.03% | 0.96% | - |
| XYZ | 83.52 | 86.21 | 93.9 | - |
| YUV | 239.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 239 | 0 | 0.03 | 0.02 | 0.04 | 345 | 0.29 | 0.95 |
| Hex | F5 | ED | EF | 0 | 3 | 2 | 4 | 159 | 1D | 5F |
| Octal | 365 | 355 | 357 | 0 | 3 | 2 | 4 | 531 | 35 | 137 |
| Binary | 11110101 | 11101101 | 11101111 | 0 | 11 | 10 | 100 | 101011001 | 11101 | 1011111 |
Color Harmonies of #F5EDEF
Complementary color
Monochromatic Colors of #F5EDEF
Black with #F5EDEF
Text Example
Text Example
White with #F5EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDEF; }
p { color: rgb(245,237,239); }
H1.HeaderClassName
{
color: #F5EDEF;
}
.AnyTagClassName
{
color: #F5EDEF;
}
</style>
background-color css
<style>
a { background-color: #F5EDEF; }
a { background-color: rgb(245,237,239); }
div.DivClassName
{
background-color: #F5EDEF;
}
.BgClassName
{
background-color: #F5EDEF;
}
</style>
border-color css
<style>
span { border-color: #F5EDEF; }
span { border-color: rgb(245,237,239); }
td.TdClassName
{
border-color: #F5EDEF;
}
.TagClassName
{
border-color: #F5EDEF;
}
</style>