Shades of Amour #FEEEF0
Tints of Amour #FEEEF0
RGB
CMYK
RGB Variations
Color information
#FEEEF0 (or 0xFEEEF0) is known color: Amour. HEX triplet: FE, EE and F0. RGB value is (254,238,240). Sum of RGB (Red+Green+Blue) = 254+238+240=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 238 (93.36% from 255 or 32.51% from 732); Blue value is 240 (94.14% from 255 or 32.79% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEF0 is #01110F. Grayscale: #F3F3F3. Windows color (decimal): -69904 or 15789822. OLE color: 15789822.
HSL color Cylindrical-coordinate representation of color #FEEEF0: hue angle of 352.5º 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 #FEEEF0 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 240 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.00 |
| HSL | 352.5º | 0.89% | 0.96% | - |
| HSV(B) | 352.5º | 0.06% | 1% | - |
| XYZ | 87.18 | 88.51 | 94.93 | - |
| YUV | 243.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 240 | 0 | 0.06 | 0.06 | 0.00 | 352.5 | 0.89 | 0.96 |
| Hex | FE | EE | F0 | 0 | 6 | 6 | 0 | 160 | 59 | 60 |
| Octal | 376 | 356 | 360 | 0 | 6 | 6 | 0 | 540 | 131 | 140 |
| Binary | 11111110 | 11101110 | 11110000 | 0 | 110 | 110 | 0 | 101100000 | 1011001 | 1100000 |
Color Harmonies of #FEEEF0
Complementary color
Monochromatic Colors of #FEEEF0
Black with #FEEEF0
Text Example
Text Example
White with #FEEEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEF0; }
p { color: rgb(254,238,240); }
H1.HeaderClassName
{
color: #FEEEF0;
}
.AnyTagClassName
{
color: #FEEEF0;
}
</style>
background-color css
<style>
a { background-color: #FEEEF0; }
a { background-color: rgb(254,238,240); }
div.DivClassName
{
background-color: #FEEEF0;
}
.BgClassName
{
background-color: #FEEEF0;
}
</style>
border-color css
<style>
span { border-color: #FEEEF0; }
span { border-color: rgb(254,238,240); }
td.TdClassName
{
border-color: #FEEEF0;
}
.TagClassName
{
border-color: #FEEEF0;
}
</style>