Shades of Amour #FBE2EC
Tints of Amour #FBE2EC
RGB
CMYK
RGB Variations
Color information
#FBE2EC (or 0xFBE2EC) is known color: Amour. HEX triplet: FB, E2 and EC. RGB value is (251,226,236). Sum of RGB (Red+Green+Blue) = 251+226+236=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 226 (88.67% from 255 or 31.70% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE2EC is #041D13. Grayscale: #EAEAEA. Windows color (decimal): -269588 or 15524603. OLE color: 15524603.
HSL color Cylindrical-coordinate representation of color #FBE2EC: hue angle of 336º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE2EC is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 236 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.02 |
| HSL | 336º | 0.76% | 0.94% | - |
| HSV(B) | 336º | 0.1% | 0.98% | - |
| XYZ | 82.12 | 80.96 | 90.66 | - |
| YUV | 234.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 236 | 0 | 0.10 | 0.06 | 0.02 | 336 | 0.76 | 0.94 |
| Hex | FB | E2 | EC | 0 | A | 6 | 2 | 150 | 4C | 5E |
| Octal | 373 | 342 | 354 | 0 | 12 | 6 | 2 | 520 | 114 | 136 |
| Binary | 11111011 | 11100010 | 11101100 | 0 | 1010 | 110 | 10 | 101010000 | 1001100 | 1011110 |
Color Harmonies of #FBE2EC
Complementary color
Monochromatic Colors of #FBE2EC
Black with #FBE2EC
Text Example
Text Example
White with #FBE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2EC; }
p { color: rgb(251,226,236); }
H1.HeaderClassName
{
color: #FBE2EC;
}
.AnyTagClassName
{
color: #FBE2EC;
}
</style>
background-color css
<style>
a { background-color: #FBE2EC; }
a { background-color: rgb(251,226,236); }
div.DivClassName
{
background-color: #FBE2EC;
}
.BgClassName
{
background-color: #FBE2EC;
}
</style>
border-color css
<style>
span { border-color: #FBE2EC; }
span { border-color: rgb(251,226,236); }
td.TdClassName
{
border-color: #FBE2EC;
}
.TagClassName
{
border-color: #FBE2EC;
}
</style>