Shades of Amour #FEE7EC
Tints of Amour #FEE7EC
RGB
CMYK
RGB Variations
Color information
#FEE7EC (or 0xFEE7EC) is known color: Amour. HEX triplet: FE, E7 and EC. RGB value is (254,231,236). Sum of RGB (Red+Green+Blue) = 254+231+236=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 231 (90.62% from 255 or 32.04% from 721); Blue value is 236 (92.58% from 255 or 32.73% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE7EC is #011813. Grayscale: #EEEEEE. Windows color (decimal): -71700 or 15525886. OLE color: 15525886.
HSL color Cylindrical-coordinate representation of color #FEE7EC: hue angle of 346.96º 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 #FEE7EC is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 231 | 236 | - |
CMYK | 0 | 0.09 | 0.07 | 0.00 |
HSL | 346.96º | 0.92% | 0.95% | - |
HSV(B) | 346.96º | 0.09% | 1% | - |
XYZ | 84.59 | 84.28 | 91.17 | - |
YUV | 238.45 | 126.62 | 139.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 231 | 236 | 0 | 0.09 | 0.07 | 0.00 | 346.96 | 0.92 | 0.95 |
Hex | FE | E7 | EC | 0 | 9 | 7 | 0 | 15B | 5C | 5F |
Octal | 376 | 347 | 354 | 0 | 11 | 7 | 0 | 533 | 134 | 137 |
Binary | 11111110 | 11100111 | 11101100 | 0 | 1001 | 111 | 0 | 101011011 | 1011100 | 1011111 |
Color Harmonies of #FEE7EC
Complementary color
Monochromatic Colors of #FEE7EC
Black with #FEE7EC
Text Example
Text Example
White with #FEE7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7EC; }
p { color: rgb(254,231,236); }
H1.HeaderClassName
{
color: #FEE7EC;
}
.AnyTagClassName
{
color: #FEE7EC;
}
</style>
background-color css
<style>
a { background-color: #FEE7EC; }
a { background-color: rgb(254,231,236); }
div.DivClassName
{
background-color: #FEE7EC;
}
.BgClassName
{
background-color: #FEE7EC;
}
</style>
border-color css
<style>
span { border-color: #FEE7EC; }
span { border-color: rgb(254,231,236); }
td.TdClassName
{
border-color: #FEE7EC;
}
.TagClassName
{
border-color: #FEE7EC;
}
</style>