Shades of Amour #FEE7ED
Tints of Amour #FEE7ED
RGB
CMYK
RGB Variations
Color information
#FEE7ED (or 0xFEE7ED) is known color: Amour. HEX triplet: FE, E7 and ED. RGB value is (254,231,237). Sum of RGB (Red+Green+Blue) = 254+231+237=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 231 (90.62% from 255 or 31.99% from 722); Blue value is 237 (92.97% from 255 or 32.83% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE7ED is #011812. Grayscale: #EEEEEE. Windows color (decimal): -71699 or 15591422. OLE color: 15591422.
HSL color Cylindrical-coordinate representation of color #FEE7ED: hue angle of 344.35º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEE7ED is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 237 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.00 |
| HSL | 344.35º | 0.92% | 0.95% | - |
| HSV(B) | 344.35º | 0.09% | 1% | - |
| XYZ | 84.74 | 84.34 | 91.93 | - |
| YUV | 238.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 237 | 0 | 0.09 | 0.07 | 0.00 | 344.35 | 0.92 | 0.95 |
| Hex | FE | E7 | ED | 0 | 9 | 7 | 0 | 158 | 5C | 5F |
| Octal | 376 | 347 | 355 | 0 | 11 | 7 | 0 | 530 | 134 | 137 |
| Binary | 11111110 | 11100111 | 11101101 | 0 | 1001 | 111 | 0 | 101011000 | 1011100 | 1011111 |
Color Harmonies of #FEE7ED
Complementary color
Monochromatic Colors of #FEE7ED
Black with #FEE7ED
Text Example
Text Example
White with #FEE7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7ED; }
p { color: rgb(254,231,237); }
H1.HeaderClassName
{
color: #FEE7ED;
}
.AnyTagClassName
{
color: #FEE7ED;
}
</style>
background-color css
<style>
a { background-color: #FEE7ED; }
a { background-color: rgb(254,231,237); }
div.DivClassName
{
background-color: #FEE7ED;
}
.BgClassName
{
background-color: #FEE7ED;
}
</style>
border-color css
<style>
span { border-color: #FEE7ED; }
span { border-color: rgb(254,231,237); }
td.TdClassName
{
border-color: #FEE7ED;
}
.TagClassName
{
border-color: #FEE7ED;
}
</style>