Shades of Amour #FEE6EC
Tints of Amour #FEE6EC
RGB
CMYK
RGB Variations
Color information
#FEE6EC (or 0xFEE6EC) is known color: Amour. HEX triplet: FE, E6 and EC. RGB value is (254,230,236). Sum of RGB (Red+Green+Blue) = 254+230+236=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 230 (90.23% from 255 or 31.94% from 720); Blue value is 236 (92.58% from 255 or 32.78% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE6EC is #011913. Grayscale: #EDEDED. Windows color (decimal): -71956 or 15525630. OLE color: 15525630.
HSL color Cylindrical-coordinate representation of color #FEE6EC: hue angle of 345º 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 #FEE6EC is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 230 | 236 | - |
CMYK | 0 | 0.09 | 0.07 | 0.00 |
HSL | 345º | 0.92% | 0.95% | - |
HSV(B) | 345º | 0.09% | 1% | - |
XYZ | 84.31 | 83.72 | 91.07 | - |
YUV | 237.86 | 126.95 | 139.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 230 | 236 | 0 | 0.09 | 0.07 | 0.00 | 345 | 0.92 | 0.95 |
Hex | FE | E6 | EC | 0 | 9 | 7 | 0 | 159 | 5C | 5F |
Octal | 376 | 346 | 354 | 0 | 11 | 7 | 0 | 531 | 134 | 137 |
Binary | 11111110 | 11100110 | 11101100 | 0 | 1001 | 111 | 0 | 101011001 | 1011100 | 1011111 |
Color Harmonies of #FEE6EC
Complementary color
Monochromatic Colors of #FEE6EC
Black with #FEE6EC
Text Example
Text Example
White with #FEE6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6EC; }
p { color: rgb(254,230,236); }
H1.HeaderClassName
{
color: #FEE6EC;
}
.AnyTagClassName
{
color: #FEE6EC;
}
</style>
background-color css
<style>
a { background-color: #FEE6EC; }
a { background-color: rgb(254,230,236); }
div.DivClassName
{
background-color: #FEE6EC;
}
.BgClassName
{
background-color: #FEE6EC;
}
</style>
border-color css
<style>
span { border-color: #FEE6EC; }
span { border-color: rgb(254,230,236); }
td.TdClassName
{
border-color: #FEE6EC;
}
.TagClassName
{
border-color: #FEE6EC;
}
</style>