Shades of Amour #F5E4EA
Tints of Amour #F5E4EA
RGB
CMYK
RGB Variations
Color information
#F5E4EA (or 0xF5E4EA) is known color: Amour. HEX triplet: F5, E4 and EA. RGB value is (245,228,234). Sum of RGB (Red+Green+Blue) = 245+228+234=707 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.65% from 707); Green value is 228 (89.45% from 255 or 32.25% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E4EA is #0A1B15. Grayscale: #E9E9E9. Windows color (decimal): -662294 or 15394037. OLE color: 15394037.
HSL color Cylindrical-coordinate representation of color #F5E4EA: hue angle of 338.82º 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 #F5E4EA is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 228 | 234 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.04 |
| HSL | 338.82º | 0.46% | 0.93% | - |
| HSV(B) | 338.82º | 0.07% | 0.96% | - |
| XYZ | 80.25 | 80.84 | 89.22 | - |
| YUV | 233.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 228 | 234 | 0 | 0.07 | 0.04 | 0.04 | 338.82 | 0.46 | 0.93 |
| Hex | F5 | E4 | EA | 0 | 7 | 4 | 4 | 153 | 2E | 5D |
| Octal | 365 | 344 | 352 | 0 | 7 | 4 | 4 | 523 | 56 | 135 |
| Binary | 11110101 | 11100100 | 11101010 | 0 | 111 | 100 | 100 | 101010011 | 101110 | 1011101 |
Color Harmonies of #F5E4EA
Complementary color
Monochromatic Colors of #F5E4EA
Black with #F5E4EA
Text Example
Text Example
White with #F5E4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E4EA; }
p { color: rgb(245,228,234); }
H1.HeaderClassName
{
color: #F5E4EA;
}
.AnyTagClassName
{
color: #F5E4EA;
}
</style>
background-color css
<style>
a { background-color: #F5E4EA; }
a { background-color: rgb(245,228,234); }
div.DivClassName
{
background-color: #F5E4EA;
}
.BgClassName
{
background-color: #F5E4EA;
}
</style>
border-color css
<style>
span { border-color: #F5E4EA; }
span { border-color: rgb(245,228,234); }
td.TdClassName
{
border-color: #F5E4EA;
}
.TagClassName
{
border-color: #F5E4EA;
}
</style>