Shades of Mauvelous #FB8DAB
Tints of Mauvelous #FB8DAB
RGB
CMYK
RGB Variations
Color information
#FB8DAB (or 0xFB8DAB) is known color: Mauvelous. HEX triplet: FB, 8D and AB. RGB value is (251,141,171). Sum of RGB (Red+Green+Blue) = 251+141+171=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8DAB is #047254. Grayscale: #B1B1B1. Windows color (decimal): -291413 or 11243003. OLE color: 11243003.
HSL color Cylindrical-coordinate representation of color #FB8DAB: hue angle of 343.64º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8DAB is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 171 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.02 |
| HSL | 343.64º | 0.93% | 0.77% | - |
| HSV(B) | 343.64º | 0.44% | 0.98% | - |
| XYZ | 56.66 | 42.5 | 43.74 | - |
| YUV | 177.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 171 | 0 | 0.44 | 0.32 | 0.02 | 343.64 | 0.93 | 0.77 |
| Hex | FB | 8D | AB | 0 | 2C | 20 | 2 | 158 | 5D | 4D |
| Octal | 373 | 215 | 253 | 0 | 54 | 40 | 2 | 530 | 135 | 115 |
| Binary | 11111011 | 10001101 | 10101011 | 0 | 101100 | 100000 | 10 | 101011000 | 1011101 | 1001101 |
Color Harmonies of #FB8DAB
Complementary color
Monochromatic Colors of #FB8DAB
Black with #FB8DAB
Text Example
Text Example
White with #FB8DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DAB; }
p { color: rgb(251,141,171); }
H1.HeaderClassName
{
color: #FB8DAB;
}
.AnyTagClassName
{
color: #FB8DAB;
}
</style>
background-color css
<style>
a { background-color: #FB8DAB; }
a { background-color: rgb(251,141,171); }
div.DivClassName
{
background-color: #FB8DAB;
}
.BgClassName
{
background-color: #FB8DAB;
}
</style>
border-color css
<style>
span { border-color: #FB8DAB; }
span { border-color: rgb(251,141,171); }
td.TdClassName
{
border-color: #FB8DAB;
}
.TagClassName
{
border-color: #FB8DAB;
}
</style>