Shades of Amour #FEE3ED
Tints of Amour #FEE3ED
RGB
CMYK
RGB Variations
Color information
#FEE3ED (or 0xFEE3ED) is known color: Amour. HEX triplet: FE, E3 and ED. RGB value is (254,227,237). Sum of RGB (Red+Green+Blue) = 254+227+237=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 227 (89.06% from 255 or 31.62% from 718); Blue value is 237 (92.97% from 255 or 33.01% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE3ED is #011C12. Grayscale: #ECECEC. Windows color (decimal): -72723 or 15590398. OLE color: 15590398.
HSL color Cylindrical-coordinate representation of color #FEE3ED: hue angle of 337.78º 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 #FEE3ED is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 227 | 237 | - |
CMYK | 0 | 0.11 | 0.07 | 0.00 |
HSL | 337.78º | 0.93% | 0.94% | - |
HSV(B) | 337.78º | 0.11% | 1% | - |
XYZ | 83.63 | 82.12 | 91.56 | - |
YUV | 236.21 | 128.45 | 140.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 227 | 237 | 0 | 0.11 | 0.07 | 0.00 | 337.78 | 0.93 | 0.94 |
Hex | FE | E3 | ED | 0 | B | 7 | 0 | 152 | 5D | 5E |
Octal | 376 | 343 | 355 | 0 | 13 | 7 | 0 | 522 | 135 | 136 |
Binary | 11111110 | 11100011 | 11101101 | 0 | 1011 | 111 | 0 | 101010010 | 1011101 | 1011110 |
Color Harmonies of #FEE3ED
Complementary color
Monochromatic Colors of #FEE3ED
Black with #FEE3ED
Text Example
Text Example
White with #FEE3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3ED; }
p { color: rgb(254,227,237); }
H1.HeaderClassName
{
color: #FEE3ED;
}
.AnyTagClassName
{
color: #FEE3ED;
}
</style>
background-color css
<style>
a { background-color: #FEE3ED; }
a { background-color: rgb(254,227,237); }
div.DivClassName
{
background-color: #FEE3ED;
}
.BgClassName
{
background-color: #FEE3ED;
}
</style>
border-color css
<style>
span { border-color: #FEE3ED; }
span { border-color: rgb(254,227,237); }
td.TdClassName
{
border-color: #FEE3ED;
}
.TagClassName
{
border-color: #FEE3ED;
}
</style>