Shades of Amour #FFEAED
Tints of Amour #FFEAED
RGB
CMYK
RGB Variations
Color information
#FFEAED (or 0xFFEAED) is known color: Amour. HEX triplet: FF, EA and ED. RGB value is (255,234,237). Sum of RGB (Red+Green+Blue) = 255+234+237=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 234 (91.80% from 255 or 32.23% from 726); Blue value is 237 (92.97% from 255 or 32.64% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAED is #001512. Grayscale: #F0F0F0. Windows color (decimal): -5395 or 15592191. OLE color: 15592191.
HSL color Cylindrical-coordinate representation of color #FFEAED: hue angle of 351.43º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FFEAED is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 237 | - |
| CMYK | 0 | 0.08 | 0.07 | 0 |
| HSL | 351.43º | 1% | 0.96% | - |
| HSV(B) | 351.43º | 0.08% | 1% | - |
| XYZ | 85.95 | 86.22 | 92.23 | - |
| YUV | 240.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 237 | 0 | 0.08 | 0.07 | 0 | 351.43 | 1 | 0.96 |
| Hex | FF | EA | ED | 0 | 8 | 7 | 0 | 15F | 64 | 60 |
| Octal | 377 | 352 | 355 | 0 | 10 | 7 | 0 | 537 | 144 | 140 |
| Binary | 11111111 | 11101010 | 11101101 | 0 | 1000 | 111 | 0 | 101011111 | 1100100 | 1100000 |
Color Harmonies of #FFEAED
Complementary color
Monochromatic Colors of #FFEAED
Black with #FFEAED
Text Example
Text Example
White with #FFEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAED; }
p { color: rgb(255,234,237); }
H1.HeaderClassName
{
color: #FFEAED;
}
.AnyTagClassName
{
color: #FFEAED;
}
</style>
background-color css
<style>
a { background-color: #FFEAED; }
a { background-color: rgb(255,234,237); }
div.DivClassName
{
background-color: #FFEAED;
}
.BgClassName
{
background-color: #FFEAED;
}
</style>
border-color css
<style>
span { border-color: #FFEAED; }
span { border-color: rgb(255,234,237); }
td.TdClassName
{
border-color: #FFEAED;
}
.TagClassName
{
border-color: #FFEAED;
}
</style>