Shades of Amour #FEE4ED
Tints of Amour #FEE4ED
RGB
CMYK
RGB Variations
Color information
#FEE4ED (or 0xFEE4ED) is known color: Amour. HEX triplet: FE, E4 and ED. RGB value is (254,228,237). Sum of RGB (Red+Green+Blue) = 254+228+237=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 228 (89.45% from 255 or 31.71% from 719); Blue value is 237 (92.97% from 255 or 32.96% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE4ED is #011B12. Grayscale: #ECECEC. Windows color (decimal): -72467 or 15590654. OLE color: 15590654.
HSL color Cylindrical-coordinate representation of color #FEE4ED: hue angle of 339.23º 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 #FEE4ED is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 228 | 237 | - |
CMYK | 0 | 0.10 | 0.07 | 0.00 |
HSL | 339.23º | 0.93% | 0.95% | - |
HSV(B) | 339.23º | 0.1% | 1% | - |
XYZ | 83.9 | 82.67 | 91.66 | - |
YUV | 236.8 | 128.11 | 140.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 228 | 237 | 0 | 0.10 | 0.07 | 0.00 | 339.23 | 0.93 | 0.95 |
Hex | FE | E4 | ED | 0 | A | 7 | 0 | 153 | 5D | 5F |
Octal | 376 | 344 | 355 | 0 | 12 | 7 | 0 | 523 | 135 | 137 |
Binary | 11111110 | 11100100 | 11101101 | 0 | 1010 | 111 | 0 | 101010011 | 1011101 | 1011111 |
Color Harmonies of #FEE4ED
Complementary color
Monochromatic Colors of #FEE4ED
Black with #FEE4ED
Text Example
Text Example
White with #FEE4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4ED; }
p { color: rgb(254,228,237); }
H1.HeaderClassName
{
color: #FEE4ED;
}
.AnyTagClassName
{
color: #FEE4ED;
}
</style>
background-color css
<style>
a { background-color: #FEE4ED; }
a { background-color: rgb(254,228,237); }
div.DivClassName
{
background-color: #FEE4ED;
}
.BgClassName
{
background-color: #FEE4ED;
}
</style>
border-color css
<style>
span { border-color: #FEE4ED; }
span { border-color: rgb(254,228,237); }
td.TdClassName
{
border-color: #FEE4ED;
}
.TagClassName
{
border-color: #FEE4ED;
}
</style>