Shades of Amour #FEE5EE
Tints of Amour #FEE5EE
RGB
CMYK
RGB Variations
Color information
#FEE5EE (or 0xFEE5EE) is known color: Amour. HEX triplet: FE, E5 and EE. RGB value is (254,229,238). Sum of RGB (Red+Green+Blue) = 254+229+238=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 229 (89.84% from 255 or 31.76% from 721); Blue value is 238 (93.36% from 255 or 33.01% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5EE is #011A11. Grayscale: #EDEDED. Windows color (decimal): -72210 or 15656446. OLE color: 15656446.
HSL color Cylindrical-coordinate representation of color #FEE5EE: hue angle of 338.4º 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 #FEE5EE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 238 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.00 |
| HSL | 338.4º | 0.93% | 0.95% | - |
| HSV(B) | 338.4º | 0.1% | 1% | - |
| XYZ | 84.32 | 83.28 | 92.52 | - |
| YUV | 237.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 238 | 0 | 0.10 | 0.06 | 0.00 | 338.4 | 0.93 | 0.95 |
| Hex | FE | E5 | EE | 0 | A | 6 | 0 | 152 | 5D | 5F |
| Octal | 376 | 345 | 356 | 0 | 12 | 6 | 0 | 522 | 135 | 137 |
| Binary | 11111110 | 11100101 | 11101110 | 0 | 1010 | 110 | 0 | 101010010 | 1011101 | 1011111 |
Color Harmonies of #FEE5EE
Complementary color
Monochromatic Colors of #FEE5EE
Black with #FEE5EE
Text Example
Text Example
White with #FEE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5EE; }
p { color: rgb(254,229,238); }
H1.HeaderClassName
{
color: #FEE5EE;
}
.AnyTagClassName
{
color: #FEE5EE;
}
</style>
background-color css
<style>
a { background-color: #FEE5EE; }
a { background-color: rgb(254,229,238); }
div.DivClassName
{
background-color: #FEE5EE;
}
.BgClassName
{
background-color: #FEE5EE;
}
</style>
border-color css
<style>
span { border-color: #FEE5EE; }
span { border-color: rgb(254,229,238); }
td.TdClassName
{
border-color: #FEE5EE;
}
.TagClassName
{
border-color: #FEE5EE;
}
</style>