Shades of Amour #FEE5EA
Tints of Amour #FEE5EA
RGB
CMYK
RGB Variations
Color information
#FEE5EA (or 0xFEE5EA) is known color: Amour. HEX triplet: FE, E5 and EA. RGB value is (254,229,234). Sum of RGB (Red+Green+Blue) = 254+229+234=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 229 (89.84% from 255 or 31.94% from 717); Blue value is 234 (91.80% from 255 or 32.64% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5EA is #011A15. Grayscale: #EDEDED. Windows color (decimal): -72214 or 15394302. OLE color: 15394302.
HSL color Cylindrical-coordinate representation of color #FEE5EA: hue angle of 348º 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 #FEE5EA is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 234 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.00 |
| HSL | 348º | 0.93% | 0.95% | - |
| HSV(B) | 348º | 0.1% | 1% | - |
| XYZ | 83.74 | 83.05 | 89.46 | - |
| YUV | 237.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 234 | 0 | 0.10 | 0.08 | 0.00 | 348 | 0.93 | 0.95 |
| Hex | FE | E5 | EA | 0 | A | 8 | 0 | 15C | 5D | 5F |
| Octal | 376 | 345 | 352 | 0 | 12 | 10 | 0 | 534 | 135 | 137 |
| Binary | 11111110 | 11100101 | 11101010 | 0 | 1010 | 1000 | 0 | 101011100 | 1011101 | 1011111 |
Color Harmonies of #FEE5EA
Complementary color
Monochromatic Colors of #FEE5EA
Black with #FEE5EA
Text Example
Text Example
White with #FEE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5EA; }
p { color: rgb(254,229,234); }
H1.HeaderClassName
{
color: #FEE5EA;
}
.AnyTagClassName
{
color: #FEE5EA;
}
</style>
background-color css
<style>
a { background-color: #FEE5EA; }
a { background-color: rgb(254,229,234); }
div.DivClassName
{
background-color: #FEE5EA;
}
.BgClassName
{
background-color: #FEE5EA;
}
</style>
border-color css
<style>
span { border-color: #FEE5EA; }
span { border-color: rgb(254,229,234); }
td.TdClassName
{
border-color: #FEE5EA;
}
.TagClassName
{
border-color: #FEE5EA;
}
</style>