Shades of Amour #FEE4E9
Tints of Amour #FEE4E9
RGB
CMYK
RGB Variations
Color information
#FEE4E9 (or 0xFEE4E9) is known color: Amour. HEX triplet: FE, E4 and E9. RGB value is (254,228,233). Sum of RGB (Red+Green+Blue) = 254+228+233=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 228 (89.45% from 255 or 31.89% from 715); Blue value is 233 (91.41% from 255 or 32.59% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE4E9 is #011B16. Grayscale: #ECECEC. Windows color (decimal): -72471 or 15328510. OLE color: 15328510.
HSL color Cylindrical-coordinate representation of color #FEE4E9: hue angle of 348.46º 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 #FEE4E9 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 233 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.00 |
| HSL | 348.46º | 0.93% | 0.95% | - |
| HSV(B) | 348.46º | 0.1% | 1% | - |
| XYZ | 83.32 | 82.44 | 88.61 | - |
| YUV | 236.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 233 | 0 | 0.10 | 0.08 | 0.00 | 348.46 | 0.93 | 0.95 |
| Hex | FE | E4 | E9 | 0 | A | 8 | 0 | 15C | 5D | 5F |
| Octal | 376 | 344 | 351 | 0 | 12 | 10 | 0 | 534 | 135 | 137 |
| Binary | 11111110 | 11100100 | 11101001 | 0 | 1010 | 1000 | 0 | 101011100 | 1011101 | 1011111 |
Color Harmonies of #FEE4E9
Complementary color
Monochromatic Colors of #FEE4E9
Black with #FEE4E9
Text Example
Text Example
White with #FEE4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4E9; }
p { color: rgb(254,228,233); }
H1.HeaderClassName
{
color: #FEE4E9;
}
.AnyTagClassName
{
color: #FEE4E9;
}
</style>
background-color css
<style>
a { background-color: #FEE4E9; }
a { background-color: rgb(254,228,233); }
div.DivClassName
{
background-color: #FEE4E9;
}
.BgClassName
{
background-color: #FEE4E9;
}
</style>
border-color css
<style>
span { border-color: #FEE4E9; }
span { border-color: rgb(254,228,233); }
td.TdClassName
{
border-color: #FEE4E9;
}
.TagClassName
{
border-color: #FEE4E9;
}
</style>