Shades of Amour #FBE0E8
Tints of Amour #FBE0E8
RGB
CMYK
RGB Variations
Color information
#FBE0E8 (or 0xFBE0E8) is known color: Amour. HEX triplet: FB, E0 and E8. RGB value is (251,224,232). Sum of RGB (Red+Green+Blue) = 251+224+232=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 232 (91.02% from 255 or 32.81% from 707); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0E8 is #041F17. Grayscale: #E8E8E8. Windows color (decimal): -270104 or 15261947. OLE color: 15261947.
HSL color Cylindrical-coordinate representation of color #FBE0E8: hue angle of 342.22º 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 #FBE0E8 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 232 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.02 |
| HSL | 342.22º | 0.77% | 0.93% | - |
| HSV(B) | 342.22º | 0.11% | 0.98% | - |
| XYZ | 81 | 79.65 | 87.45 | - |
| YUV | 232.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 232 | 0 | 0.11 | 0.08 | 0.02 | 342.22 | 0.77 | 0.93 |
| Hex | FB | E0 | E8 | 0 | B | 8 | 2 | 156 | 4D | 5D |
| Octal | 373 | 340 | 350 | 0 | 13 | 10 | 2 | 526 | 115 | 135 |
| Binary | 11111011 | 11100000 | 11101000 | 0 | 1011 | 1000 | 10 | 101010110 | 1001101 | 1011101 |
Color Harmonies of #FBE0E8
Complementary color
Monochromatic Colors of #FBE0E8
Black with #FBE0E8
Text Example
Text Example
White with #FBE0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0E8; }
p { color: rgb(251,224,232); }
H1.HeaderClassName
{
color: #FBE0E8;
}
.AnyTagClassName
{
color: #FBE0E8;
}
</style>
background-color css
<style>
a { background-color: #FBE0E8; }
a { background-color: rgb(251,224,232); }
div.DivClassName
{
background-color: #FBE0E8;
}
.BgClassName
{
background-color: #FBE0E8;
}
</style>
border-color css
<style>
span { border-color: #FBE0E8; }
span { border-color: rgb(251,224,232); }
td.TdClassName
{
border-color: #FBE0E8;
}
.TagClassName
{
border-color: #FBE0E8;
}
</style>