Shades of Amour #FEE3EC
Tints of Amour #FEE3EC
RGB
CMYK
RGB Variations
Color information
#FEE3EC (or 0xFEE3EC) is known color: Amour. HEX triplet: FE, E3 and EC. RGB value is (254,227,236). Sum of RGB (Red+Green+Blue) = 254+227+236=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 227 (89.06% from 255 or 31.66% from 717); Blue value is 236 (92.58% from 255 or 32.91% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE3EC is #011C13. Grayscale: #ECECEC. Windows color (decimal): -72724 or 15524862. OLE color: 15524862.
HSL color Cylindrical-coordinate representation of color #FEE3EC: hue angle of 340º 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 #FEE3EC is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 227 | 236 | - |
CMYK | 0 | 0.11 | 0.07 | 0.00 |
HSL | 340º | 0.93% | 0.94% | - |
HSV(B) | 340º | 0.11% | 1% | - |
XYZ | 83.48 | 82.07 | 90.8 | - |
YUV | 236.1 | 127.95 | 140.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 227 | 236 | 0 | 0.11 | 0.07 | 0.00 | 340 | 0.93 | 0.94 |
Hex | FE | E3 | EC | 0 | B | 7 | 0 | 154 | 5D | 5E |
Octal | 376 | 343 | 354 | 0 | 13 | 7 | 0 | 524 | 135 | 136 |
Binary | 11111110 | 11100011 | 11101100 | 0 | 1011 | 111 | 0 | 101010100 | 1011101 | 1011110 |
Color Harmonies of #FEE3EC
Complementary color
Monochromatic Colors of #FEE3EC
Black with #FEE3EC
Text Example
Text Example
White with #FEE3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3EC; }
p { color: rgb(254,227,236); }
H1.HeaderClassName
{
color: #FEE3EC;
}
.AnyTagClassName
{
color: #FEE3EC;
}
</style>
background-color css
<style>
a { background-color: #FEE3EC; }
a { background-color: rgb(254,227,236); }
div.DivClassName
{
background-color: #FEE3EC;
}
.BgClassName
{
background-color: #FEE3EC;
}
</style>
border-color css
<style>
span { border-color: #FEE3EC; }
span { border-color: rgb(254,227,236); }
td.TdClassName
{
border-color: #FEE3EC;
}
.TagClassName
{
border-color: #FEE3EC;
}
</style>