Shades of Amour #F5E4EC
Tints of Amour #F5E4EC
RGB
CMYK
RGB Variations
Color information
#F5E4EC (or 0xF5E4EC) is known color: Amour. HEX triplet: F5, E4 and EC. RGB value is (245,228,236). Sum of RGB (Red+Green+Blue) = 245+228+236=709 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.56% from 709); Green value is 228 (89.45% from 255 or 32.16% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E4EC is #0A1B13. Grayscale: #E9E9E9. Windows color (decimal): -662292 or 15525109. OLE color: 15525109.
HSL color Cylindrical-coordinate representation of color #F5E4EC: hue angle of 331.76º 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 #F5E4EC is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 228 | 236 | - |
CMYK | 0 | 0.07 | 0.04 | 0.04 |
HSL | 331.76º | 0.46% | 0.93% | - |
HSV(B) | 331.76º | 0.07% | 0.96% | - |
XYZ | 80.54 | 80.96 | 90.74 | - |
YUV | 234 | 129.13 | 135.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 228 | 236 | 0 | 0.07 | 0.04 | 0.04 | 331.76 | 0.46 | 0.93 |
Hex | F5 | E4 | EC | 0 | 7 | 4 | 4 | 14C | 2E | 5D |
Octal | 365 | 344 | 354 | 0 | 7 | 4 | 4 | 514 | 56 | 135 |
Binary | 11110101 | 11100100 | 11101100 | 0 | 111 | 100 | 100 | 101001100 | 101110 | 1011101 |
Color Harmonies of #F5E4EC
Complementary color
Monochromatic Colors of #F5E4EC
Black with #F5E4EC
Text Example
Text Example
White with #F5E4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E4EC; }
p { color: rgb(245,228,236); }
H1.HeaderClassName
{
color: #F5E4EC;
}
.AnyTagClassName
{
color: #F5E4EC;
}
</style>
background-color css
<style>
a { background-color: #F5E4EC; }
a { background-color: rgb(245,228,236); }
div.DivClassName
{
background-color: #F5E4EC;
}
.BgClassName
{
background-color: #F5E4EC;
}
</style>
border-color css
<style>
span { border-color: #F5E4EC; }
span { border-color: rgb(245,228,236); }
td.TdClassName
{
border-color: #F5E4EC;
}
.TagClassName
{
border-color: #F5E4EC;
}
</style>