Shades of Amour #FEEAEB
Tints of Amour #FEEAEB
RGB
CMYK
RGB Variations
Color information
#FEEAEB (or 0xFEEAEB) is known color: Amour. HEX triplet: FE, EA and EB. RGB value is (254,234,235). Sum of RGB (Red+Green+Blue) = 254+234+235=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 234 (91.80% from 255 or 32.37% from 723); Blue value is 235 (92.19% from 255 or 32.50% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAEB is #011514. Grayscale: #F0F0F0. Windows color (decimal): -70933 or 15461118. OLE color: 15461118.
HSL color Cylindrical-coordinate representation of color #FEEAEB: hue angle of 357º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEEAEB is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 235 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.00 |
| HSL | 357º | 0.91% | 0.96% | - |
| HSV(B) | 357º | 0.08% | 1% | - |
| XYZ | 85.29 | 85.91 | 90.69 | - |
| YUV | 240.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 235 | 0 | 0.08 | 0.07 | 0.00 | 357 | 0.91 | 0.96 |
| Hex | FE | EA | EB | 0 | 8 | 7 | 0 | 165 | 5B | 60 |
| Octal | 376 | 352 | 353 | 0 | 10 | 7 | 0 | 545 | 133 | 140 |
| Binary | 11111110 | 11101010 | 11101011 | 0 | 1000 | 111 | 0 | 101100101 | 1011011 | 1100000 |
Color Harmonies of #FEEAEB
Complementary color
Monochromatic Colors of #FEEAEB
Black with #FEEAEB
Text Example
Text Example
White with #FEEAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAEB; }
p { color: rgb(254,234,235); }
H1.HeaderClassName
{
color: #FEEAEB;
}
.AnyTagClassName
{
color: #FEEAEB;
}
</style>
background-color css
<style>
a { background-color: #FEEAEB; }
a { background-color: rgb(254,234,235); }
div.DivClassName
{
background-color: #FEEAEB;
}
.BgClassName
{
background-color: #FEEAEB;
}
</style>
border-color css
<style>
span { border-color: #FEEAEB; }
span { border-color: rgb(254,234,235); }
td.TdClassName
{
border-color: #FEEAEB;
}
.TagClassName
{
border-color: #FEEAEB;
}
</style>