Shades of Amour #FEE4EC
Tints of Amour #FEE4EC
RGB
CMYK
RGB Variations
Color information
#FEE4EC (or 0xFEE4EC) is known color: Amour. HEX triplet: FE, E4 and EC. RGB value is (254,228,236). Sum of RGB (Red+Green+Blue) = 254+228+236=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 228 (89.45% from 255 or 31.75% from 718); Blue value is 236 (92.58% from 255 or 32.87% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE4EC is #011B13. Grayscale: #ECECEC. Windows color (decimal): -72468 or 15525118. OLE color: 15525118.
HSL color Cylindrical-coordinate representation of color #FEE4EC: hue angle of 341.54º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE4EC is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 228 | 236 | - |
CMYK | 0 | 0.10 | 0.07 | 0.00 |
HSL | 341.54º | 0.93% | 0.95% | - |
HSV(B) | 341.54º | 0.1% | 1% | - |
XYZ | 83.76 | 82.61 | 90.89 | - |
YUV | 236.69 | 127.61 | 140.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 228 | 236 | 0 | 0.10 | 0.07 | 0.00 | 341.54 | 0.93 | 0.95 |
Hex | FE | E4 | EC | 0 | A | 7 | 0 | 156 | 5D | 5F |
Octal | 376 | 344 | 354 | 0 | 12 | 7 | 0 | 526 | 135 | 137 |
Binary | 11111110 | 11100100 | 11101100 | 0 | 1010 | 111 | 0 | 101010110 | 1011101 | 1011111 |
Color Harmonies of #FEE4EC
Complementary color
Monochromatic Colors of #FEE4EC
Black with #FEE4EC
Text Example
Text Example
White with #FEE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4EC; }
p { color: rgb(254,228,236); }
H1.HeaderClassName
{
color: #FEE4EC;
}
.AnyTagClassName
{
color: #FEE4EC;
}
</style>
background-color css
<style>
a { background-color: #FEE4EC; }
a { background-color: rgb(254,228,236); }
div.DivClassName
{
background-color: #FEE4EC;
}
.BgClassName
{
background-color: #FEE4EC;
}
</style>
border-color css
<style>
span { border-color: #FEE4EC; }
span { border-color: rgb(254,228,236); }
td.TdClassName
{
border-color: #FEE4EC;
}
.TagClassName
{
border-color: #FEE4EC;
}
</style>