Shades of Amour #FEE9EC
Tints of Amour #FEE9EC
RGB
CMYK
RGB Variations
Color information
#FEE9EC (or 0xFEE9EC) is known color: Amour. HEX triplet: FE, E9 and EC. RGB value is (254,233,236). Sum of RGB (Red+Green+Blue) = 254+233+236=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 233 (91.41% from 255 or 32.23% from 723); Blue value is 236 (92.58% from 255 or 32.64% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE9EC is #011613. Grayscale: #EFEFEF. Windows color (decimal): -71188 or 15526398. OLE color: 15526398.
HSL color Cylindrical-coordinate representation of color #FEE9EC: hue angle of 351.43º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEE9EC is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 233 | 236 | - |
CMYK | 0 | 0.08 | 0.07 | 0.00 |
HSL | 351.43º | 0.91% | 0.95% | - |
HSV(B) | 351.43º | 0.08% | 1% | - |
XYZ | 85.15 | 85.4 | 91.35 | - |
YUV | 239.62 | 125.96 | 138.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 233 | 236 | 0 | 0.08 | 0.07 | 0.00 | 351.43 | 0.91 | 0.95 |
Hex | FE | E9 | EC | 0 | 8 | 7 | 0 | 15F | 5B | 5F |
Octal | 376 | 351 | 354 | 0 | 10 | 7 | 0 | 537 | 133 | 137 |
Binary | 11111110 | 11101001 | 11101100 | 0 | 1000 | 111 | 0 | 101011111 | 1011011 | 1011111 |
Color Harmonies of #FEE9EC
Complementary color
Monochromatic Colors of #FEE9EC
Black with #FEE9EC
Text Example
Text Example
White with #FEE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9EC; }
p { color: rgb(254,233,236); }
H1.HeaderClassName
{
color: #FEE9EC;
}
.AnyTagClassName
{
color: #FEE9EC;
}
</style>
background-color css
<style>
a { background-color: #FEE9EC; }
a { background-color: rgb(254,233,236); }
div.DivClassName
{
background-color: #FEE9EC;
}
.BgClassName
{
background-color: #FEE9EC;
}
</style>
border-color css
<style>
span { border-color: #FEE9EC; }
span { border-color: rgb(254,233,236); }
td.TdClassName
{
border-color: #FEE9EC;
}
.TagClassName
{
border-color: #FEE9EC;
}
</style>