Shades of Amour #F5E7EE
Tints of Amour #F5E7EE
RGB
CMYK
RGB Variations
Color information
#F5E7EE (or 0xF5E7EE) is known color: Amour. HEX triplet: F5, E7 and EE. RGB value is (245,231,238). Sum of RGB (Red+Green+Blue) = 245+231+238=714 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.31% from 714); Green value is 231 (90.62% from 255 or 32.35% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E7EE is #0A1811. Grayscale: #EBEBEB. Windows color (decimal): -661522 or 15656949. OLE color: 15656949.
HSL color Cylindrical-coordinate representation of color #F5E7EE: hue angle of 330º degrees, saturation: 0.41, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F5E7EE is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 231 | 238 | - |
CMYK | 0 | 0.06 | 0.03 | 0.04 |
HSL | 330º | 0.41% | 0.93% | - |
HSV(B) | 330º | 0.06% | 0.96% | - |
XYZ | 81.66 | 82.74 | 92.55 | - |
YUV | 235.98 | 129.14 | 134.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 231 | 238 | 0 | 0.06 | 0.03 | 0.04 | 330 | 0.41 | 0.93 |
Hex | F5 | E7 | EE | 0 | 6 | 3 | 4 | 14A | 29 | 5D |
Octal | 365 | 347 | 356 | 0 | 6 | 3 | 4 | 512 | 51 | 135 |
Binary | 11110101 | 11100111 | 11101110 | 0 | 110 | 11 | 100 | 101001010 | 101001 | 1011101 |
Color Harmonies of #F5E7EE
Complementary color
Monochromatic Colors of #F5E7EE
Black with #F5E7EE
Text Example
Text Example
White with #F5E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E7EE; }
p { color: rgb(245,231,238); }
H1.HeaderClassName
{
color: #F5E7EE;
}
.AnyTagClassName
{
color: #F5E7EE;
}
</style>
background-color css
<style>
a { background-color: #F5E7EE; }
a { background-color: rgb(245,231,238); }
div.DivClassName
{
background-color: #F5E7EE;
}
.BgClassName
{
background-color: #F5E7EE;
}
</style>
border-color css
<style>
span { border-color: #F5E7EE; }
span { border-color: rgb(245,231,238); }
td.TdClassName
{
border-color: #F5E7EE;
}
.TagClassName
{
border-color: #F5E7EE;
}
</style>