Shades of Amour #FFE6EC
Tints of Amour #FFE6EC
RGB
CMYK
RGB Variations
Color information
#FFE6EC (or 0xFFE6EC) is known color: Amour. HEX triplet: FF, E6 and EC. RGB value is (255,230,236). Sum of RGB (Red+Green+Blue) = 255+230+236=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 230 (90.23% from 255 or 31.90% from 721); Blue value is 236 (92.58% from 255 or 32.73% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6EC is #001913. Grayscale: #EEEEEE. Windows color (decimal): -6420 or 15525631. OLE color: 15525631.
HSL color Cylindrical-coordinate representation of color #FFE6EC: hue angle of 345.6º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFE6EC is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 236 | - |
| CMYK | 0 | 0.10 | 0.07 | 0 |
| HSL | 345.6º | 1% | 0.95% | - |
| HSV(B) | 345.6º | 0.1% | 1% | - |
| XYZ | 84.68 | 83.91 | 91.09 | - |
| YUV | 238.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 236 | 0 | 0.10 | 0.07 | 0 | 345.6 | 1 | 0.95 |
| Hex | FF | E6 | EC | 0 | A | 7 | 0 | 15A | 64 | 5F |
| Octal | 377 | 346 | 354 | 0 | 12 | 7 | 0 | 532 | 144 | 137 |
| Binary | 11111111 | 11100110 | 11101100 | 0 | 1010 | 111 | 0 | 101011010 | 1100100 | 1011111 |
Color Harmonies of #FFE6EC
Complementary color
Monochromatic Colors of #FFE6EC
Black with #FFE6EC
Text Example
Text Example
White with #FFE6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6EC; }
p { color: rgb(255,230,236); }
H1.HeaderClassName
{
color: #FFE6EC;
}
.AnyTagClassName
{
color: #FFE6EC;
}
</style>
background-color css
<style>
a { background-color: #FFE6EC; }
a { background-color: rgb(255,230,236); }
div.DivClassName
{
background-color: #FFE6EC;
}
.BgClassName
{
background-color: #FFE6EC;
}
</style>
border-color css
<style>
span { border-color: #FFE6EC; }
span { border-color: rgb(255,230,236); }
td.TdClassName
{
border-color: #FFE6EC;
}
.TagClassName
{
border-color: #FFE6EC;
}
</style>