Shades of Amour #FEE2EA
Tints of Amour #FEE2EA
RGB
CMYK
RGB Variations
Color information
#FEE2EA (or 0xFEE2EA) is known color: Amour. HEX triplet: FE, E2 and EA. RGB value is (254,226,234). Sum of RGB (Red+Green+Blue) = 254+226+234=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 226 (88.67% from 255 or 31.65% from 714); Blue value is 234 (91.80% from 255 or 32.77% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE2EA is #011D15. Grayscale: #EBEBEB. Windows color (decimal): -72982 or 15393534. OLE color: 15393534.
HSL color Cylindrical-coordinate representation of color #FEE2EA: hue angle of 342.86º 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 #FEE2EA is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 234 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.00 |
| HSL | 342.86º | 0.93% | 0.94% | - |
| HSV(B) | 342.86º | 0.11% | 1% | - |
| XYZ | 82.92 | 81.4 | 89.18 | - |
| YUV | 235.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 234 | 0 | 0.11 | 0.08 | 0.00 | 342.86 | 0.93 | 0.94 |
| Hex | FE | E2 | EA | 0 | B | 8 | 0 | 157 | 5D | 5E |
| Octal | 376 | 342 | 352 | 0 | 13 | 10 | 0 | 527 | 135 | 136 |
| Binary | 11111110 | 11100010 | 11101010 | 0 | 1011 | 1000 | 0 | 101010111 | 1011101 | 1011110 |
Color Harmonies of #FEE2EA
Complementary color
Monochromatic Colors of #FEE2EA
Black with #FEE2EA
Text Example
Text Example
White with #FEE2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2EA; }
p { color: rgb(254,226,234); }
H1.HeaderClassName
{
color: #FEE2EA;
}
.AnyTagClassName
{
color: #FEE2EA;
}
</style>
background-color css
<style>
a { background-color: #FEE2EA; }
a { background-color: rgb(254,226,234); }
div.DivClassName
{
background-color: #FEE2EA;
}
.BgClassName
{
background-color: #FEE2EA;
}
</style>
border-color css
<style>
span { border-color: #FEE2EA; }
span { border-color: rgb(254,226,234); }
td.TdClassName
{
border-color: #FEE2EA;
}
.TagClassName
{
border-color: #FEE2EA;
}
</style>