Shades of Amour #F5ECEE
Tints of Amour #F5ECEE
RGB
CMYK
RGB Variations
Color information
#F5ECEE (or 0xF5ECEE) is known color: Amour. HEX triplet: F5, EC and EE. RGB value is (245,236,238). Sum of RGB (Red+Green+Blue) = 245+236+238=719 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.08% from 719); Green value is 236 (92.58% from 255 or 32.82% from 719); Blue value is 238 (93.36% from 255 or 33.10% from 719); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5ECEE is #0A1311. Grayscale: #EEEEEE. Windows color (decimal): -660242 or 15658229. OLE color: 15658229.
HSL color Cylindrical-coordinate representation of color #F5ECEE: hue angle of 346.67º degrees, saturation: 0.31, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5ECEE is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 236 | 238 | - |
CMYK | 0 | 0.04 | 0.03 | 0.04 |
HSL | 346.67º | 0.31% | 0.94% | - |
HSV(B) | 346.67º | 0.04% | 0.96% | - |
XYZ | 83.08 | 85.58 | 93.03 | - |
YUV | 238.92 | 127.48 | 132.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 236 | 238 | 0 | 0.04 | 0.03 | 0.04 | 346.67 | 0.31 | 0.94 |
Hex | F5 | EC | EE | 0 | 4 | 3 | 4 | 15B | 1F | 5E |
Octal | 365 | 354 | 356 | 0 | 4 | 3 | 4 | 533 | 37 | 136 |
Binary | 11110101 | 11101100 | 11101110 | 0 | 100 | 11 | 100 | 101011011 | 11111 | 1011110 |
Color Harmonies of #F5ECEE
Complementary color
Monochromatic Colors of #F5ECEE
Black with #F5ECEE
Text Example
Text Example
White with #F5ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ECEE; }
p { color: rgb(245,236,238); }
H1.HeaderClassName
{
color: #F5ECEE;
}
.AnyTagClassName
{
color: #F5ECEE;
}
</style>
background-color css
<style>
a { background-color: #F5ECEE; }
a { background-color: rgb(245,236,238); }
div.DivClassName
{
background-color: #F5ECEE;
}
.BgClassName
{
background-color: #F5ECEE;
}
</style>
border-color css
<style>
span { border-color: #F5ECEE; }
span { border-color: rgb(245,236,238); }
td.TdClassName
{
border-color: #F5ECEE;
}
.TagClassName
{
border-color: #F5ECEE;
}
</style>