Shades of Amour #FFEAEB
Tints of Amour #FFEAEB
RGB
CMYK
RGB Variations
Color information
#FFEAEB (or 0xFFEAEB) is known color: Amour. HEX triplet: FF, EA and EB. RGB value is (255,234,235). Sum of RGB (Red+Green+Blue) = 255+234+235=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 234 (91.80% from 255 or 32.32% from 724); Blue value is 235 (92.19% from 255 or 32.46% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAEB is #001514. Grayscale: #F0F0F0. Windows color (decimal): -5397 or 15461119. OLE color: 15461119.
HSL color Cylindrical-coordinate representation of color #FFEAEB: hue angle of 357.14º 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 #FFEAEB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 235 | - |
| CMYK | 0 | 0.08 | 0.08 | 0 |
| HSL | 357.14º | 1% | 0.96% | - |
| HSV(B) | 357.14º | 0.08% | 1% | - |
| XYZ | 85.66 | 86.1 | 90.7 | - |
| YUV | 240.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 235 | 0 | 0.08 | 0.08 | 0 | 357.14 | 1 | 0.96 |
| Hex | FF | EA | EB | 0 | 8 | 8 | 0 | 165 | 64 | 60 |
| Octal | 377 | 352 | 353 | 0 | 10 | 10 | 0 | 545 | 144 | 140 |
| Binary | 11111111 | 11101010 | 11101011 | 0 | 1000 | 1000 | 0 | 101100101 | 1100100 | 1100000 |
Color Harmonies of #FFEAEB
Complementary color
Monochromatic Colors of #FFEAEB
Black with #FFEAEB
Text Example
Text Example
White with #FFEAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAEB; }
p { color: rgb(255,234,235); }
H1.HeaderClassName
{
color: #FFEAEB;
}
.AnyTagClassName
{
color: #FFEAEB;
}
</style>
background-color css
<style>
a { background-color: #FFEAEB; }
a { background-color: rgb(255,234,235); }
div.DivClassName
{
background-color: #FFEAEB;
}
.BgClassName
{
background-color: #FFEAEB;
}
</style>
border-color css
<style>
span { border-color: #FFEAEB; }
span { border-color: rgb(255,234,235); }
td.TdClassName
{
border-color: #FFEAEB;
}
.TagClassName
{
border-color: #FFEAEB;
}
</style>