Shades of Amour #FEEAED
Tints of Amour #FEEAED
RGB
CMYK
RGB Variations
Color information
#FEEAED (or 0xFEEAED) is known color: Amour. HEX triplet: FE, EA and ED. RGB value is (254,234,237). Sum of RGB (Red+Green+Blue) = 254+234+237=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 234 (91.80% from 255 or 32.28% from 725); Blue value is 237 (92.97% from 255 or 32.69% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAED is #011512. Grayscale: #F0F0F0. Windows color (decimal): -70931 or 15592190. OLE color: 15592190.
HSL color Cylindrical-coordinate representation of color #FEEAED: hue angle of 351º 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 #FEEAED is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 234 | 237 | - |
CMYK | 0 | 0.08 | 0.07 | 0.00 |
HSL | 351º | 0.91% | 0.96% | - |
HSV(B) | 351º | 0.08% | 1% | - |
XYZ | 85.58 | 86.03 | 92.22 | - |
YUV | 240.32 | 126.13 | 137.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 234 | 237 | 0 | 0.08 | 0.07 | 0.00 | 351 | 0.91 | 0.96 |
Hex | FE | EA | ED | 0 | 8 | 7 | 0 | 15F | 5B | 60 |
Octal | 376 | 352 | 355 | 0 | 10 | 7 | 0 | 537 | 133 | 140 |
Binary | 11111110 | 11101010 | 11101101 | 0 | 1000 | 111 | 0 | 101011111 | 1011011 | 1100000 |
Color Harmonies of #FEEAED
Complementary color
Monochromatic Colors of #FEEAED
Black with #FEEAED
Text Example
Text Example
White with #FEEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAED; }
p { color: rgb(254,234,237); }
H1.HeaderClassName
{
color: #FEEAED;
}
.AnyTagClassName
{
color: #FEEAED;
}
</style>
background-color css
<style>
a { background-color: #FEEAED; }
a { background-color: rgb(254,234,237); }
div.DivClassName
{
background-color: #FEEAED;
}
.BgClassName
{
background-color: #FEEAED;
}
</style>
border-color css
<style>
span { border-color: #FEEAED; }
span { border-color: rgb(254,234,237); }
td.TdClassName
{
border-color: #FEEAED;
}
.TagClassName
{
border-color: #FEEAED;
}
</style>