Shades of Amour #FBE9EC
Tints of Amour #FBE9EC
RGB
CMYK
RGB Variations
Color information
#FBE9EC (or 0xFBE9EC) is known color: Amour. HEX triplet: FB, E9 and EC. RGB value is (251,233,236). Sum of RGB (Red+Green+Blue) = 251+233+236=720 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.86% from 720); Green value is 233 (91.41% from 255 or 32.36% from 720); Blue value is 236 (92.58% from 255 or 32.78% from 720); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE9EC is #041613. Grayscale: #EEEEEE. Windows color (decimal): -267796 or 15526395. OLE color: 15526395.
HSL color Cylindrical-coordinate representation of color #FBE9EC: hue angle of 350º degrees, saturation: 0.69, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBE9EC is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 233 | 236 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.02 |
| HSL | 350º | 0.69% | 0.95% | - |
| HSV(B) | 350º | 0.07% | 0.98% | - |
| XYZ | 84.06 | 84.84 | 91.3 | - |
| YUV | 238.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 233 | 236 | 0 | 0.07 | 0.06 | 0.02 | 350 | 0.69 | 0.95 |
| Hex | FB | E9 | EC | 0 | 7 | 6 | 2 | 15E | 45 | 5F |
| Octal | 373 | 351 | 354 | 0 | 7 | 6 | 2 | 536 | 105 | 137 |
| Binary | 11111011 | 11101001 | 11101100 | 0 | 111 | 110 | 10 | 101011110 | 1000101 | 1011111 |
Color Harmonies of #FBE9EC
Complementary color
Monochromatic Colors of #FBE9EC
Black with #FBE9EC
Text Example
Text Example
White with #FBE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE9EC; }
p { color: rgb(251,233,236); }
H1.HeaderClassName
{
color: #FBE9EC;
}
.AnyTagClassName
{
color: #FBE9EC;
}
</style>
background-color css
<style>
a { background-color: #FBE9EC; }
a { background-color: rgb(251,233,236); }
div.DivClassName
{
background-color: #FBE9EC;
}
.BgClassName
{
background-color: #FBE9EC;
}
</style>
border-color css
<style>
span { border-color: #FBE9EC; }
span { border-color: rgb(251,233,236); }
td.TdClassName
{
border-color: #FBE9EC;
}
.TagClassName
{
border-color: #FBE9EC;
}
</style>