Shades of Amour #F5ECED
Tints of Amour #F5ECED
RGB
CMYK
RGB Variations
Color information
#F5ECED (or 0xF5ECED) is known color: Amour. HEX triplet: F5, EC and ED. RGB value is (245,236,237). Sum of RGB (Red+Green+Blue) = 245+236+237=718 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.12% from 718); Green value is 236 (92.58% from 255 or 32.87% from 718); Blue value is 237 (92.97% from 255 or 33.01% from 718); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5ECED is #0A1312. Grayscale: #EEEEEE. Windows color (decimal): -660243 or 15592693. OLE color: 15592693.
HSL color Cylindrical-coordinate representation of color #F5ECED: hue angle of 353.33º 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 #F5ECED is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 236 | 237 | - |
CMYK | 0 | 0.04 | 0.03 | 0.04 |
HSL | 353.33º | 0.31% | 0.94% | - |
HSV(B) | 353.33º | 0.04% | 0.96% | - |
XYZ | 82.94 | 85.52 | 92.26 | - |
YUV | 238.81 | 126.98 | 132.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 236 | 237 | 0 | 0.04 | 0.03 | 0.04 | 353.33 | 0.31 | 0.94 |
Hex | F5 | EC | ED | 0 | 4 | 3 | 4 | 161 | 1F | 5E |
Octal | 365 | 354 | 355 | 0 | 4 | 3 | 4 | 541 | 37 | 136 |
Binary | 11110101 | 11101100 | 11101101 | 0 | 100 | 11 | 100 | 101100001 | 11111 | 1011110 |
Color Harmonies of #F5ECED
Complementary color
Monochromatic Colors of #F5ECED
Black with #F5ECED
Text Example
Text Example
White with #F5ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ECED; }
p { color: rgb(245,236,237); }
H1.HeaderClassName
{
color: #F5ECED;
}
.AnyTagClassName
{
color: #F5ECED;
}
</style>
background-color css
<style>
a { background-color: #F5ECED; }
a { background-color: rgb(245,236,237); }
div.DivClassName
{
background-color: #F5ECED;
}
.BgClassName
{
background-color: #F5ECED;
}
</style>
border-color css
<style>
span { border-color: #F5ECED; }
span { border-color: rgb(245,236,237); }
td.TdClassName
{
border-color: #F5ECED;
}
.TagClassName
{
border-color: #F5ECED;
}
</style>