Shades of Amour #FEE2EC
Tints of Amour #FEE2EC
RGB
CMYK
RGB Variations
Color information
#FEE2EC (or 0xFEE2EC) is known color: Amour. HEX triplet: FE, E2 and EC. RGB value is (254,226,236). Sum of RGB (Red+Green+Blue) = 254+226+236=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 226 (88.67% from 255 or 31.56% from 716); Blue value is 236 (92.58% from 255 or 32.96% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE2EC is #011D13. Grayscale: #EBEBEB. Windows color (decimal): -72980 or 15524606. OLE color: 15524606.
HSL color Cylindrical-coordinate representation of color #FEE2EC: hue angle of 338.57º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE2EC is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 226 | 236 | - |
CMYK | 0 | 0.11 | 0.07 | 0.00 |
HSL | 338.57º | 0.93% | 0.94% | - |
HSV(B) | 338.57º | 0.11% | 1% | - |
XYZ | 83.21 | 81.52 | 90.71 | - |
YUV | 235.51 | 128.28 | 141.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 226 | 236 | 0 | 0.11 | 0.07 | 0.00 | 338.57 | 0.93 | 0.94 |
Hex | FE | E2 | EC | 0 | B | 7 | 0 | 153 | 5D | 5E |
Octal | 376 | 342 | 354 | 0 | 13 | 7 | 0 | 523 | 135 | 136 |
Binary | 11111110 | 11100010 | 11101100 | 0 | 1011 | 111 | 0 | 101010011 | 1011101 | 1011110 |
Color Harmonies of #FEE2EC
Complementary color
Monochromatic Colors of #FEE2EC
Black with #FEE2EC
Text Example
Text Example
White with #FEE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2EC; }
p { color: rgb(254,226,236); }
H1.HeaderClassName
{
color: #FEE2EC;
}
.AnyTagClassName
{
color: #FEE2EC;
}
</style>
background-color css
<style>
a { background-color: #FEE2EC; }
a { background-color: rgb(254,226,236); }
div.DivClassName
{
background-color: #FEE2EC;
}
.BgClassName
{
background-color: #FEE2EC;
}
</style>
border-color css
<style>
span { border-color: #FEE2EC; }
span { border-color: rgb(254,226,236); }
td.TdClassName
{
border-color: #FEE2EC;
}
.TagClassName
{
border-color: #FEE2EC;
}
</style>