Shades of Amour #FBE5EA
Tints of Amour #FBE5EA
RGB
CMYK
RGB Variations
Color information
#FBE5EA (or 0xFBE5EA) is known color: Amour. HEX triplet: FB, E5 and EA. RGB value is (251,229,234). Sum of RGB (Red+Green+Blue) = 251+229+234=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 229 (89.84% from 255 or 32.07% from 714); Blue value is 234 (91.80% from 255 or 32.77% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5EA is #041A15. Grayscale: #ECECEC. Windows color (decimal): -268822 or 15394299. OLE color: 15394299.
HSL color Cylindrical-coordinate representation of color #FBE5EA: hue angle of 346.36º degrees, saturation: 0.73, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FBE5EA is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 234 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.02 |
| HSL | 346.36º | 0.73% | 0.94% | - |
| HSV(B) | 346.36º | 0.09% | 0.98% | - |
| XYZ | 82.65 | 82.49 | 89.41 | - |
| YUV | 236.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 234 | 0 | 0.09 | 0.07 | 0.02 | 346.36 | 0.73 | 0.94 |
| Hex | FB | E5 | EA | 0 | 9 | 7 | 2 | 15A | 49 | 5E |
| Octal | 373 | 345 | 352 | 0 | 11 | 7 | 2 | 532 | 111 | 136 |
| Binary | 11111011 | 11100101 | 11101010 | 0 | 1001 | 111 | 10 | 101011010 | 1001001 | 1011110 |
Color Harmonies of #FBE5EA
Complementary color
Monochromatic Colors of #FBE5EA
Black with #FBE5EA
Text Example
Text Example
White with #FBE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE5EA; }
p { color: rgb(251,229,234); }
H1.HeaderClassName
{
color: #FBE5EA;
}
.AnyTagClassName
{
color: #FBE5EA;
}
</style>
background-color css
<style>
a { background-color: #FBE5EA; }
a { background-color: rgb(251,229,234); }
div.DivClassName
{
background-color: #FBE5EA;
}
.BgClassName
{
background-color: #FBE5EA;
}
</style>
border-color css
<style>
span { border-color: #FBE5EA; }
span { border-color: rgb(251,229,234); }
td.TdClassName
{
border-color: #FBE5EA;
}
.TagClassName
{
border-color: #FBE5EA;
}
</style>