Shades of Amour #FEE3EE
Tints of Amour #FEE3EE
RGB
CMYK
RGB Variations
Color information
#FEE3EE (or 0xFEE3EE) is known color: Amour. HEX triplet: FE, E3 and EE. RGB value is (254,227,238). Sum of RGB (Red+Green+Blue) = 254+227+238=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 227 (89.06% from 255 or 31.57% from 719); Blue value is 238 (93.36% from 255 or 33.10% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE3EE is #011C11. Grayscale: #ECECEC. Windows color (decimal): -72722 or 15655934. OLE color: 15655934.
HSL color Cylindrical-coordinate representation of color #FEE3EE: hue angle of 335.56º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE3EE is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 238 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.00 |
| HSL | 335.56º | 0.93% | 0.94% | - |
| HSV(B) | 335.56º | 0.11% | 1% | - |
| XYZ | 83.77 | 82.18 | 92.34 | - |
| YUV | 236.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 238 | 0 | 0.11 | 0.06 | 0.00 | 335.56 | 0.93 | 0.94 |
| Hex | FE | E3 | EE | 0 | B | 6 | 0 | 150 | 5D | 5E |
| Octal | 376 | 343 | 356 | 0 | 13 | 6 | 0 | 520 | 135 | 136 |
| Binary | 11111110 | 11100011 | 11101110 | 0 | 1011 | 110 | 0 | 101010000 | 1011101 | 1011110 |
Color Harmonies of #FEE3EE
Complementary color
Monochromatic Colors of #FEE3EE
Black with #FEE3EE
Text Example
Text Example
White with #FEE3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3EE; }
p { color: rgb(254,227,238); }
H1.HeaderClassName
{
color: #FEE3EE;
}
.AnyTagClassName
{
color: #FEE3EE;
}
</style>
background-color css
<style>
a { background-color: #FEE3EE; }
a { background-color: rgb(254,227,238); }
div.DivClassName
{
background-color: #FEE3EE;
}
.BgClassName
{
background-color: #FEE3EE;
}
</style>
border-color css
<style>
span { border-color: #FEE3EE; }
span { border-color: rgb(254,227,238); }
td.TdClassName
{
border-color: #FEE3EE;
}
.TagClassName
{
border-color: #FEE3EE;
}
</style>