Shades of Amour #FEE4EA
Tints of Amour #FEE4EA
RGB
CMYK
RGB Variations
Color information
#FEE4EA (or 0xFEE4EA) is known color: Amour. HEX triplet: FE, E4 and EA. RGB value is (254,228,234). Sum of RGB (Red+Green+Blue) = 254+228+234=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 228 (89.45% from 255 or 31.84% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE4EA is #011B15. Grayscale: #ECECEC. Windows color (decimal): -72470 or 15394046. OLE color: 15394046.
HSL color Cylindrical-coordinate representation of color #FEE4EA: hue angle of 346.15º 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 #FEE4EA is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 234 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.00 |
| HSL | 346.15º | 0.93% | 0.95% | - |
| HSV(B) | 346.15º | 0.1% | 1% | - |
| XYZ | 83.47 | 82.5 | 89.37 | - |
| YUV | 236.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 234 | 0 | 0.10 | 0.08 | 0.00 | 346.15 | 0.93 | 0.95 |
| Hex | FE | E4 | EA | 0 | A | 8 | 0 | 15A | 5D | 5F |
| Octal | 376 | 344 | 352 | 0 | 12 | 10 | 0 | 532 | 135 | 137 |
| Binary | 11111110 | 11100100 | 11101010 | 0 | 1010 | 1000 | 0 | 101011010 | 1011101 | 1011111 |
Color Harmonies of #FEE4EA
Complementary color
Monochromatic Colors of #FEE4EA
Black with #FEE4EA
Text Example
Text Example
White with #FEE4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4EA; }
p { color: rgb(254,228,234); }
H1.HeaderClassName
{
color: #FEE4EA;
}
.AnyTagClassName
{
color: #FEE4EA;
}
</style>
background-color css
<style>
a { background-color: #FEE4EA; }
a { background-color: rgb(254,228,234); }
div.DivClassName
{
background-color: #FEE4EA;
}
.BgClassName
{
background-color: #FEE4EA;
}
</style>
border-color css
<style>
span { border-color: #FEE4EA; }
span { border-color: rgb(254,228,234); }
td.TdClassName
{
border-color: #FEE4EA;
}
.TagClassName
{
border-color: #FEE4EA;
}
</style>