Shades of Amour #FEECEF
Tints of Amour #FEECEF
RGB
CMYK
RGB Variations
Color information
#FEECEF (or 0xFEECEF) is known color: Amour. HEX triplet: FE, EC and EF. RGB value is (254,236,239). Sum of RGB (Red+Green+Blue) = 254+236+239=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 236 (92.58% from 255 or 32.37% from 729); Blue value is 239 (93.75% from 255 or 32.78% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEECEF is #011310. Grayscale: #F1F1F1. Windows color (decimal): -70417 or 15723774. OLE color: 15723774.
HSL color Cylindrical-coordinate representation of color #FEECEF: hue angle of 350º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEECEF is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 239 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.00 |
| HSL | 350º | 0.9% | 0.96% | - |
| HSV(B) | 350º | 0.07% | 1% | - |
| XYZ | 86.45 | 87.29 | 93.95 | - |
| YUV | 241.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 239 | 0 | 0.07 | 0.06 | 0.00 | 350 | 0.9 | 0.96 |
| Hex | FE | EC | EF | 0 | 7 | 6 | 0 | 15E | 5A | 60 |
| Octal | 376 | 354 | 357 | 0 | 7 | 6 | 0 | 536 | 132 | 140 |
| Binary | 11111110 | 11101100 | 11101111 | 0 | 111 | 110 | 0 | 101011110 | 1011010 | 1100000 |
Color Harmonies of #FEECEF
Complementary color
Monochromatic Colors of #FEECEF
Black with #FEECEF
Text Example
Text Example
White with #FEECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECEF; }
p { color: rgb(254,236,239); }
H1.HeaderClassName
{
color: #FEECEF;
}
.AnyTagClassName
{
color: #FEECEF;
}
</style>
background-color css
<style>
a { background-color: #FEECEF; }
a { background-color: rgb(254,236,239); }
div.DivClassName
{
background-color: #FEECEF;
}
.BgClassName
{
background-color: #FEECEF;
}
</style>
border-color css
<style>
span { border-color: #FEECEF; }
span { border-color: rgb(254,236,239); }
td.TdClassName
{
border-color: #FEECEF;
}
.TagClassName
{
border-color: #FEECEF;
}
</style>