Shades of Amour #FEE5E9
Tints of Amour #FEE5E9
RGB
CMYK
RGB Variations
Color information
#FEE5E9 (or 0xFEE5E9) is known color: Amour. HEX triplet: FE, E5 and E9. RGB value is (254,229,233). Sum of RGB (Red+Green+Blue) = 254+229+233=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 229 (89.84% from 255 or 31.98% from 716); Blue value is 233 (91.41% from 255 or 32.54% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5E9 is #011A16. Grayscale: #ECECEC. Windows color (decimal): -72215 or 15328766. OLE color: 15328766.
HSL color Cylindrical-coordinate representation of color #FEE5E9: hue angle of 350.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 #FEE5E9 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 229 | 233 | - |
CMYK | 0 | 0.10 | 0.08 | 0.00 |
HSL | 350.4º | 0.93% | 0.95% | - |
HSV(B) | 350.4º | 0.1% | 1% | - |
XYZ | 83.6 | 82.99 | 88.7 | - |
YUV | 236.93 | 125.78 | 140.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 229 | 233 | 0 | 0.10 | 0.08 | 0.00 | 350.4 | 0.93 | 0.95 |
Hex | FE | E5 | E9 | 0 | A | 8 | 0 | 15E | 5D | 5F |
Octal | 376 | 345 | 351 | 0 | 12 | 10 | 0 | 536 | 135 | 137 |
Binary | 11111110 | 11100101 | 11101001 | 0 | 1010 | 1000 | 0 | 101011110 | 1011101 | 1011111 |
Color Harmonies of #FEE5E9
Complementary color
Monochromatic Colors of #FEE5E9
Black with #FEE5E9
Text Example
Text Example
White with #FEE5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5E9; }
p { color: rgb(254,229,233); }
H1.HeaderClassName
{
color: #FEE5E9;
}
.AnyTagClassName
{
color: #FEE5E9;
}
</style>
background-color css
<style>
a { background-color: #FEE5E9; }
a { background-color: rgb(254,229,233); }
div.DivClassName
{
background-color: #FEE5E9;
}
.BgClassName
{
background-color: #FEE5E9;
}
</style>
border-color css
<style>
span { border-color: #FEE5E9; }
span { border-color: rgb(254,229,233); }
td.TdClassName
{
border-color: #FEE5E9;
}
.TagClassName
{
border-color: #FEE5E9;
}
</style>