Shades of Amour #FBE0E9
Tints of Amour #FBE0E9
RGB
CMYK
RGB Variations
Color information
#FBE0E9 (or 0xFBE0E9) is known color: Amour. HEX triplet: FB, E0 and E9. RGB value is (251,224,233). Sum of RGB (Red+Green+Blue) = 251+224+233=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 224 (87.89% from 255 or 31.64% from 708); Blue value is 233 (91.41% from 255 or 32.91% from 708); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0E9 is #041F16. Grayscale: #E9E9E9. Windows color (decimal): -270103 or 15327483. OLE color: 15327483.
HSL color Cylindrical-coordinate representation of color #FBE0E9: hue angle of 340º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBE0E9 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 233 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.02 |
| HSL | 340º | 0.77% | 0.93% | - |
| HSV(B) | 340º | 0.11% | 0.98% | - |
| XYZ | 81.15 | 79.7 | 88.2 | - |
| YUV | 233.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 233 | 0 | 0.11 | 0.07 | 0.02 | 340 | 0.77 | 0.93 |
| Hex | FB | E0 | E9 | 0 | B | 7 | 2 | 154 | 4D | 5D |
| Octal | 373 | 340 | 351 | 0 | 13 | 7 | 2 | 524 | 115 | 135 |
| Binary | 11111011 | 11100000 | 11101001 | 0 | 1011 | 111 | 10 | 101010100 | 1001101 | 1011101 |
Color Harmonies of #FBE0E9
Complementary color
Monochromatic Colors of #FBE0E9
Black with #FBE0E9
Text Example
Text Example
White with #FBE0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0E9; }
p { color: rgb(251,224,233); }
H1.HeaderClassName
{
color: #FBE0E9;
}
.AnyTagClassName
{
color: #FBE0E9;
}
</style>
background-color css
<style>
a { background-color: #FBE0E9; }
a { background-color: rgb(251,224,233); }
div.DivClassName
{
background-color: #FBE0E9;
}
.BgClassName
{
background-color: #FBE0E9;
}
</style>
border-color css
<style>
span { border-color: #FBE0E9; }
span { border-color: rgb(251,224,233); }
td.TdClassName
{
border-color: #FBE0E9;
}
.TagClassName
{
border-color: #FBE0E9;
}
</style>