Shades of Amour #F5E4ED
Tints of Amour #F5E4ED
RGB
CMYK
RGB Variations
Color information
#F5E4ED (or 0xF5E4ED) is known color: Amour. HEX triplet: F5, E4 and ED. RGB value is (245,228,237). Sum of RGB (Red+Green+Blue) = 245+228+237=710 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.51% from 710); Green value is 228 (89.45% from 255 or 32.11% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E4ED is #0A1B12. Grayscale: #EAEAEA. Windows color (decimal): -662291 or 15590645. OLE color: 15590645.
HSL color Cylindrical-coordinate representation of color #F5E4ED: hue angle of 328.24º degrees, saturation: 0.46, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F5E4ED is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 228 | 237 | - |
CMYK | 0 | 0.07 | 0.03 | 0.04 |
HSL | 328.24º | 0.46% | 0.93% | - |
HSV(B) | 328.24º | 0.07% | 0.96% | - |
XYZ | 80.69 | 81.01 | 91.51 | - |
YUV | 234.11 | 129.63 | 135.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 228 | 237 | 0 | 0.07 | 0.03 | 0.04 | 328.24 | 0.46 | 0.93 |
Hex | F5 | E4 | ED | 0 | 7 | 3 | 4 | 148 | 2E | 5D |
Octal | 365 | 344 | 355 | 0 | 7 | 3 | 4 | 510 | 56 | 135 |
Binary | 11110101 | 11100100 | 11101101 | 0 | 111 | 11 | 100 | 101001000 | 101110 | 1011101 |
Color Harmonies of #F5E4ED
Complementary color
Monochromatic Colors of #F5E4ED
Black with #F5E4ED
Text Example
Text Example
White with #F5E4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E4ED; }
p { color: rgb(245,228,237); }
H1.HeaderClassName
{
color: #F5E4ED;
}
.AnyTagClassName
{
color: #F5E4ED;
}
</style>
background-color css
<style>
a { background-color: #F5E4ED; }
a { background-color: rgb(245,228,237); }
div.DivClassName
{
background-color: #F5E4ED;
}
.BgClassName
{
background-color: #F5E4ED;
}
</style>
border-color css
<style>
span { border-color: #F5E4ED; }
span { border-color: rgb(245,228,237); }
td.TdClassName
{
border-color: #F5E4ED;
}
.TagClassName
{
border-color: #F5E4ED;
}
</style>