Shades of Amour #FEE2E8
Tints of Amour #FEE2E8
RGB
CMYK
RGB Variations
Color information
#FEE2E8 (or 0xFEE2E8) is known color: Amour. HEX triplet: FE, E2 and E8. RGB value is (254,226,232). Sum of RGB (Red+Green+Blue) = 254+226+232=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 226 (88.67% from 255 or 31.74% from 712); Blue value is 232 (91.02% from 255 or 32.58% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE2E8 is #011D17. Grayscale: #EBEBEB. Windows color (decimal): -72984 or 15262462. OLE color: 15262462.
HSL color Cylindrical-coordinate representation of color #FEE2E8: hue angle of 347.14º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE2E8 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 232 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.00 |
| HSL | 347.14º | 0.93% | 0.94% | - |
| HSV(B) | 347.14º | 0.11% | 1% | - |
| XYZ | 82.63 | 81.29 | 87.68 | - |
| YUV | 235.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 232 | 0 | 0.11 | 0.09 | 0.00 | 347.14 | 0.93 | 0.94 |
| Hex | FE | E2 | E8 | 0 | B | 9 | 0 | 15B | 5D | 5E |
| Octal | 376 | 342 | 350 | 0 | 13 | 11 | 0 | 533 | 135 | 136 |
| Binary | 11111110 | 11100010 | 11101000 | 0 | 1011 | 1001 | 0 | 101011011 | 1011101 | 1011110 |
Color Harmonies of #FEE2E8
Complementary color
Monochromatic Colors of #FEE2E8
Black with #FEE2E8
Text Example
Text Example
White with #FEE2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2E8; }
p { color: rgb(254,226,232); }
H1.HeaderClassName
{
color: #FEE2E8;
}
.AnyTagClassName
{
color: #FEE2E8;
}
</style>
background-color css
<style>
a { background-color: #FEE2E8; }
a { background-color: rgb(254,226,232); }
div.DivClassName
{
background-color: #FEE2E8;
}
.BgClassName
{
background-color: #FEE2E8;
}
</style>
border-color css
<style>
span { border-color: #FEE2E8; }
span { border-color: rgb(254,226,232); }
td.TdClassName
{
border-color: #FEE2E8;
}
.TagClassName
{
border-color: #FEE2E8;
}
</style>