Shades of Amour #FFECED
Tints of Amour #FFECED
RGB
CMYK
RGB Variations
Color information
#FFECED (or 0xFFECED) is known color: Amour. HEX triplet: FF, EC and ED. RGB value is (255,236,237). Sum of RGB (Red+Green+Blue) = 255+236+237=728 (96% of max value = 765). Red value is 255 (100% from 255 or 35.03% from 728); Green value is 236 (92.58% from 255 or 32.42% from 728); Blue value is 237 (92.97% from 255 or 32.55% from 728); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECED is #001312. Grayscale: #F1F1F1. Windows color (decimal): -4883 or 15592703. OLE color: 15592703.
HSL color Cylindrical-coordinate representation of color #FFECED: hue angle of 356.84º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFECED is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 236 | 237 | - |
CMYK | 0 | 0.07 | 0.07 | 0 |
HSL | 356.84º | 1% | 0.96% | - |
HSV(B) | 356.84º | 0.07% | 1% | - |
XYZ | 86.52 | 87.37 | 92.42 | - |
YUV | 241.8 | 125.29 | 137.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 236 | 237 | 0 | 0.07 | 0.07 | 0 | 356.84 | 1 | 0.96 |
Hex | FF | EC | ED | 0 | 7 | 7 | 0 | 165 | 64 | 60 |
Octal | 377 | 354 | 355 | 0 | 7 | 7 | 0 | 545 | 144 | 140 |
Binary | 11111111 | 11101100 | 11101101 | 0 | 111 | 111 | 0 | 101100101 | 1100100 | 1100000 |
Color Harmonies of #FFECED
Complementary color
Monochromatic Colors of #FFECED
Black with #FFECED
Text Example
Text Example
White with #FFECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECED; }
p { color: rgb(255,236,237); }
H1.HeaderClassName
{
color: #FFECED;
}
.AnyTagClassName
{
color: #FFECED;
}
</style>
background-color css
<style>
a { background-color: #FFECED; }
a { background-color: rgb(255,236,237); }
div.DivClassName
{
background-color: #FFECED;
}
.BgClassName
{
background-color: #FFECED;
}
</style>
border-color css
<style>
span { border-color: #FFECED; }
span { border-color: rgb(255,236,237); }
td.TdClassName
{
border-color: #FFECED;
}
.TagClassName
{
border-color: #FFECED;
}
</style>