Shades of Amour #FEEEEF
Tints of Amour #FEEEEF
RGB
CMYK
RGB Variations
Color information
#FEEEEF (or 0xFEEEEF) is known color: Amour. HEX triplet: FE, EE and EF. RGB value is (254,238,239). Sum of RGB (Red+Green+Blue) = 254+238+239=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 238 (93.36% from 255 or 32.56% from 731); Blue value is 239 (93.75% from 255 or 32.69% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEEF is #011110. Grayscale: #F2F2F2. Windows color (decimal): -69905 or 15724286. OLE color: 15724286.
HSL color Cylindrical-coordinate representation of color #FEEEEF: hue angle of 356.25º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEEEEF is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 239 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.00 |
| HSL | 356.25º | 0.89% | 0.96% | - |
| HSV(B) | 356.25º | 0.06% | 1% | - |
| XYZ | 87.03 | 88.45 | 94.15 | - |
| YUV | 242.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 239 | 0 | 0.06 | 0.06 | 0.00 | 356.25 | 0.89 | 0.96 |
| Hex | FE | EE | EF | 0 | 6 | 6 | 0 | 164 | 59 | 60 |
| Octal | 376 | 356 | 357 | 0 | 6 | 6 | 0 | 544 | 131 | 140 |
| Binary | 11111110 | 11101110 | 11101111 | 0 | 110 | 110 | 0 | 101100100 | 1011001 | 1100000 |
Color Harmonies of #FEEEEF
Complementary color
Monochromatic Colors of #FEEEEF
Black with #FEEEEF
Text Example
Text Example
White with #FEEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEEF; }
p { color: rgb(254,238,239); }
H1.HeaderClassName
{
color: #FEEEEF;
}
.AnyTagClassName
{
color: #FEEEEF;
}
</style>
background-color css
<style>
a { background-color: #FEEEEF; }
a { background-color: rgb(254,238,239); }
div.DivClassName
{
background-color: #FEEEEF;
}
.BgClassName
{
background-color: #FEEEEF;
}
</style>
border-color css
<style>
span { border-color: #FEEEEF; }
span { border-color: rgb(254,238,239); }
td.TdClassName
{
border-color: #FEEEEF;
}
.TagClassName
{
border-color: #FEEEEF;
}
</style>