Shades of Amour #FFEBEE
Tints of Amour #FFEBEE
RGB
CMYK
RGB Variations
Color information
#FFEBEE (or 0xFFEBEE) is known color: Amour. HEX triplet: FF, EB and EE. RGB value is (255,235,238). Sum of RGB (Red+Green+Blue) = 255+235+238=728 (96% of max value = 765). Red value is 255 (100% from 255 or 35.03% from 728); Green value is 235 (92.19% from 255 or 32.28% from 728); Blue value is 238 (93.36% from 255 or 32.69% from 728); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEBEE is #001411. Grayscale: #F1F1F1. Windows color (decimal): -5138 or 15657983. OLE color: 15657983.
HSL color Cylindrical-coordinate representation of color #FFEBEE: hue angle of 351º 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 #FFEBEE is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 238 | - |
| CMYK | 0 | 0.08 | 0.07 | 0 |
| HSL | 351º | 1% | 0.96% | - |
| HSV(B) | 351º | 0.08% | 1% | - |
| XYZ | 86.38 | 86.85 | 93.1 | - |
| YUV | 241.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 238 | 0 | 0.08 | 0.07 | 0 | 351 | 1 | 0.96 |
| Hex | FF | EB | EE | 0 | 8 | 7 | 0 | 15F | 64 | 60 |
| Octal | 377 | 353 | 356 | 0 | 10 | 7 | 0 | 537 | 144 | 140 |
| Binary | 11111111 | 11101011 | 11101110 | 0 | 1000 | 111 | 0 | 101011111 | 1100100 | 1100000 |
Color Harmonies of #FFEBEE
Complementary color
Monochromatic Colors of #FFEBEE
Black with #FFEBEE
Text Example
Text Example
White with #FFEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBEE; }
p { color: rgb(255,235,238); }
H1.HeaderClassName
{
color: #FFEBEE;
}
.AnyTagClassName
{
color: #FFEBEE;
}
</style>
background-color css
<style>
a { background-color: #FFEBEE; }
a { background-color: rgb(255,235,238); }
div.DivClassName
{
background-color: #FFEBEE;
}
.BgClassName
{
background-color: #FFEBEE;
}
</style>
border-color css
<style>
span { border-color: #FFEBEE; }
span { border-color: rgb(255,235,238); }
td.TdClassName
{
border-color: #FFEBEE;
}
.TagClassName
{
border-color: #FFEBEE;
}
</style>