Shades of Amour #FEE8EA
Tints of Amour #FEE8EA
RGB
CMYK
RGB Variations
Color information
#FEE8EA (or 0xFEE8EA) is known color: Amour. HEX triplet: FE, E8 and EA. RGB value is (254,232,234). Sum of RGB (Red+Green+Blue) = 254+232+234=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 232 (91.02% from 255 or 32.22% from 720); Blue value is 234 (91.80% from 255 or 32.5% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE8EA is #011715. Grayscale: #EEEEEE. Windows color (decimal): -71446 or 15395070. OLE color: 15395070.
HSL color Cylindrical-coordinate representation of color #FEE8EA: hue angle of 354.55º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEE8EA is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 234 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.00 |
| HSL | 354.55º | 0.92% | 0.95% | - |
| HSV(B) | 354.55º | 0.09% | 1% | - |
| XYZ | 84.58 | 84.72 | 89.74 | - |
| YUV | 238.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 234 | 0 | 0.09 | 0.08 | 0.00 | 354.55 | 0.92 | 0.95 |
| Hex | FE | E8 | EA | 0 | 9 | 8 | 0 | 163 | 5C | 5F |
| Octal | 376 | 350 | 352 | 0 | 11 | 10 | 0 | 543 | 134 | 137 |
| Binary | 11111110 | 11101000 | 11101010 | 0 | 1001 | 1000 | 0 | 101100011 | 1011100 | 1011111 |
Color Harmonies of #FEE8EA
Complementary color
Monochromatic Colors of #FEE8EA
Black with #FEE8EA
Text Example
Text Example
White with #FEE8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8EA; }
p { color: rgb(254,232,234); }
H1.HeaderClassName
{
color: #FEE8EA;
}
.AnyTagClassName
{
color: #FEE8EA;
}
</style>
background-color css
<style>
a { background-color: #FEE8EA; }
a { background-color: rgb(254,232,234); }
div.DivClassName
{
background-color: #FEE8EA;
}
.BgClassName
{
background-color: #FEE8EA;
}
</style>
border-color css
<style>
span { border-color: #FEE8EA; }
span { border-color: rgb(254,232,234); }
td.TdClassName
{
border-color: #FEE8EA;
}
.TagClassName
{
border-color: #FEE8EA;
}
</style>