Shades of Mauvelous #FB8EA2
Tints of Mauvelous #FB8EA2
RGB
CMYK
RGB Variations
Color information
#FB8EA2 (or 0xFB8EA2) is known color: Mauvelous. HEX triplet: FB, 8E and A2. RGB value is (251,142,162). Sum of RGB (Red+Green+Blue) = 251+142+162=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8EA2 is #04715D. Grayscale: #B0B0B0. Windows color (decimal): -291166 or 10653435. OLE color: 10653435.
HSL color Cylindrical-coordinate representation of color #FB8EA2: hue angle of 348.99º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8EA2 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 162 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.02 |
| HSL | 348.99º | 0.93% | 0.77% | - |
| HSV(B) | 348.99º | 0.43% | 0.98% | - |
| XYZ | 55.98 | 42.46 | 39.43 | - |
| YUV | 176.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 162 | 0 | 0.43 | 0.35 | 0.02 | 348.99 | 0.93 | 0.77 |
| Hex | FB | 8E | A2 | 0 | 2B | 23 | 2 | 15D | 5D | 4D |
| Octal | 373 | 216 | 242 | 0 | 53 | 43 | 2 | 535 | 135 | 115 |
| Binary | 11111011 | 10001110 | 10100010 | 0 | 101011 | 100011 | 10 | 101011101 | 1011101 | 1001101 |
Color Harmonies of #FB8EA2
Complementary color
Monochromatic Colors of #FB8EA2
Black with #FB8EA2
Text Example
Text Example
White with #FB8EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8EA2; }
p { color: rgb(251,142,162); }
H1.HeaderClassName
{
color: #FB8EA2;
}
.AnyTagClassName
{
color: #FB8EA2;
}
</style>
background-color css
<style>
a { background-color: #FB8EA2; }
a { background-color: rgb(251,142,162); }
div.DivClassName
{
background-color: #FB8EA2;
}
.BgClassName
{
background-color: #FB8EA2;
}
</style>
border-color css
<style>
span { border-color: #FB8EA2; }
span { border-color: rgb(251,142,162); }
td.TdClassName
{
border-color: #FB8EA2;
}
.TagClassName
{
border-color: #FB8EA2;
}
</style>