Shades of Amour #FEE4E8
Tints of Amour #FEE4E8
RGB
CMYK
RGB Variations
Color information
#FEE4E8 (or 0xFEE4E8) is known color: Amour. HEX triplet: FE, E4 and E8. RGB value is (254,228,232). Sum of RGB (Red+Green+Blue) = 254+228+232=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 228 (89.45% from 255 or 31.93% from 714); Blue value is 232 (91.02% from 255 or 32.49% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE4E8 is #011B17. Grayscale: #ECECEC. Windows color (decimal): -72472 or 15262974. OLE color: 15262974.
HSL color Cylindrical-coordinate representation of color #FEE4E8: hue angle of 350.77º 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 #FEE4E8 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 232 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.00 |
| HSL | 350.77º | 0.93% | 0.95% | - |
| HSV(B) | 350.77º | 0.1% | 1% | - |
| XYZ | 83.18 | 82.38 | 87.86 | - |
| YUV | 236.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 232 | 0 | 0.10 | 0.09 | 0.00 | 350.77 | 0.93 | 0.95 |
| Hex | FE | E4 | E8 | 0 | A | 9 | 0 | 15F | 5D | 5F |
| Octal | 376 | 344 | 350 | 0 | 12 | 11 | 0 | 537 | 135 | 137 |
| Binary | 11111110 | 11100100 | 11101000 | 0 | 1010 | 1001 | 0 | 101011111 | 1011101 | 1011111 |
Color Harmonies of #FEE4E8
Complementary color
Monochromatic Colors of #FEE4E8
Black with #FEE4E8
Text Example
Text Example
White with #FEE4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4E8; }
p { color: rgb(254,228,232); }
H1.HeaderClassName
{
color: #FEE4E8;
}
.AnyTagClassName
{
color: #FEE4E8;
}
</style>
background-color css
<style>
a { background-color: #FEE4E8; }
a { background-color: rgb(254,228,232); }
div.DivClassName
{
background-color: #FEE4E8;
}
.BgClassName
{
background-color: #FEE4E8;
}
</style>
border-color css
<style>
span { border-color: #FEE4E8; }
span { border-color: rgb(254,228,232); }
td.TdClassName
{
border-color: #FEE4E8;
}
.TagClassName
{
border-color: #FEE4E8;
}
</style>