Shades of Amour #FFE6ED
Tints of Amour #FFE6ED
RGB
CMYK
RGB Variations
Color information
#FFE6ED (or 0xFFE6ED) is known color: Amour. HEX triplet: FF, E6 and ED. RGB value is (255,230,237). Sum of RGB (Red+Green+Blue) = 255+230+237=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 230 (90.23% from 255 or 31.86% from 722); Blue value is 237 (92.97% from 255 or 32.83% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6ED is #001912. Grayscale: #EEEEEE. Windows color (decimal): -6419 or 15591167. OLE color: 15591167.
HSL color Cylindrical-coordinate representation of color #FFE6ED: hue angle of 343.2º 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 #FFE6ED is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 237 | - |
| CMYK | 0 | 0.10 | 0.07 | 0 |
| HSL | 343.2º | 1% | 0.95% | - |
| HSV(B) | 343.2º | 0.1% | 1% | - |
| XYZ | 84.82 | 83.97 | 91.86 | - |
| YUV | 238.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 237 | 0 | 0.10 | 0.07 | 0 | 343.2 | 1 | 0.95 |
| Hex | FF | E6 | ED | 0 | A | 7 | 0 | 157 | 64 | 5F |
| Octal | 377 | 346 | 355 | 0 | 12 | 7 | 0 | 527 | 144 | 137 |
| Binary | 11111111 | 11100110 | 11101101 | 0 | 1010 | 111 | 0 | 101010111 | 1100100 | 1011111 |
Color Harmonies of #FFE6ED
Complementary color
Monochromatic Colors of #FFE6ED
Black with #FFE6ED
Text Example
Text Example
White with #FFE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6ED; }
p { color: rgb(255,230,237); }
H1.HeaderClassName
{
color: #FFE6ED;
}
.AnyTagClassName
{
color: #FFE6ED;
}
</style>
background-color css
<style>
a { background-color: #FFE6ED; }
a { background-color: rgb(255,230,237); }
div.DivClassName
{
background-color: #FFE6ED;
}
.BgClassName
{
background-color: #FFE6ED;
}
</style>
border-color css
<style>
span { border-color: #FFE6ED; }
span { border-color: rgb(255,230,237); }
td.TdClassName
{
border-color: #FFE6ED;
}
.TagClassName
{
border-color: #FFE6ED;
}
</style>