Shades of Amour #F5E3EC
Tints of Amour #F5E3EC
RGB
CMYK
RGB Variations
Color information
#F5E3EC (or 0xF5E3EC) is known color: Amour. HEX triplet: F5, E3 and EC. RGB value is (245,227,236). Sum of RGB (Red+Green+Blue) = 245+227+236=708 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.60% from 708); Green value is 227 (89.06% from 255 or 32.06% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E3EC is #0A1C13. Grayscale: #E9E9E9. Windows color (decimal): -662548 or 15524853. OLE color: 15524853.
HSL color Cylindrical-coordinate representation of color #F5E3EC: hue angle of 330º degrees, saturation: 0.47, 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 #F5E3EC is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 227 | 236 | - |
CMYK | 0 | 0.07 | 0.04 | 0.04 |
HSL | 330º | 0.47% | 0.93% | - |
HSV(B) | 330º | 0.07% | 0.96% | - |
XYZ | 80.27 | 80.41 | 90.65 | - |
YUV | 233.41 | 129.46 | 136.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 227 | 236 | 0 | 0.07 | 0.04 | 0.04 | 330 | 0.47 | 0.93 |
Hex | F5 | E3 | EC | 0 | 7 | 4 | 4 | 14A | 2F | 5D |
Octal | 365 | 343 | 354 | 0 | 7 | 4 | 4 | 512 | 57 | 135 |
Binary | 11110101 | 11100011 | 11101100 | 0 | 111 | 100 | 100 | 101001010 | 101111 | 1011101 |
Color Harmonies of #F5E3EC
Complementary color
Monochromatic Colors of #F5E3EC
Black with #F5E3EC
Text Example
Text Example
White with #F5E3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E3EC; }
p { color: rgb(245,227,236); }
H1.HeaderClassName
{
color: #F5E3EC;
}
.AnyTagClassName
{
color: #F5E3EC;
}
</style>
background-color css
<style>
a { background-color: #F5E3EC; }
a { background-color: rgb(245,227,236); }
div.DivClassName
{
background-color: #F5E3EC;
}
.BgClassName
{
background-color: #F5E3EC;
}
</style>
border-color css
<style>
span { border-color: #F5E3EC; }
span { border-color: rgb(245,227,236); }
td.TdClassName
{
border-color: #F5E3EC;
}
.TagClassName
{
border-color: #F5E3EC;
}
</style>