Shades of Amour #FEE5ED
Tints of Amour #FEE5ED
RGB
CMYK
RGB Variations
Color information
#FEE5ED (or 0xFEE5ED) is known color: Amour. HEX triplet: FE, E5 and ED. RGB value is (254,229,237). Sum of RGB (Red+Green+Blue) = 254+229+237=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 229 (89.84% from 255 or 31.81% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5ED is #011A12. Grayscale: #EDEDED. Windows color (decimal): -72211 or 15590910. OLE color: 15590910.
HSL color Cylindrical-coordinate representation of color #FEE5ED: hue angle of 340.8º 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 #FEE5ED is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 229 | 237 | - |
CMYK | 0 | 0.10 | 0.07 | 0.00 |
HSL | 340.8º | 0.93% | 0.95% | - |
HSV(B) | 340.8º | 0.1% | 1% | - |
XYZ | 84.18 | 83.22 | 91.75 | - |
YUV | 237.39 | 127.78 | 139.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 229 | 237 | 0 | 0.10 | 0.07 | 0.00 | 340.8 | 0.93 | 0.95 |
Hex | FE | E5 | ED | 0 | A | 7 | 0 | 155 | 5D | 5F |
Octal | 376 | 345 | 355 | 0 | 12 | 7 | 0 | 525 | 135 | 137 |
Binary | 11111110 | 11100101 | 11101101 | 0 | 1010 | 111 | 0 | 101010101 | 1011101 | 1011111 |
Color Harmonies of #FEE5ED
Complementary color
Monochromatic Colors of #FEE5ED
Black with #FEE5ED
Text Example
Text Example
White with #FEE5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5ED; }
p { color: rgb(254,229,237); }
H1.HeaderClassName
{
color: #FEE5ED;
}
.AnyTagClassName
{
color: #FEE5ED;
}
</style>
background-color css
<style>
a { background-color: #FEE5ED; }
a { background-color: rgb(254,229,237); }
div.DivClassName
{
background-color: #FEE5ED;
}
.BgClassName
{
background-color: #FEE5ED;
}
</style>
border-color css
<style>
span { border-color: #FEE5ED; }
span { border-color: rgb(254,229,237); }
td.TdClassName
{
border-color: #FEE5ED;
}
.TagClassName
{
border-color: #FEE5ED;
}
</style>