Shades of Mauvelous #FB91AB
Tints of Mauvelous #FB91AB
RGB
CMYK
RGB Variations
Color information
#FB91AB (or 0xFB91AB) is known color: Mauvelous. HEX triplet: FB, 91 and AB. RGB value is (251,145,171). Sum of RGB (Red+Green+Blue) = 251+145+171=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB91AB is #046E54. Grayscale: #B3B3B3. Windows color (decimal): -290389 or 11244027. OLE color: 11244027.
HSL color Cylindrical-coordinate representation of color #FB91AB: hue angle of 345.28º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB91AB is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 171 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.02 |
| HSL | 345.28º | 0.93% | 0.78% | - |
| HSV(B) | 345.28º | 0.42% | 0.98% | - |
| XYZ | 57.26 | 43.7 | 43.95 | - |
| YUV | 179.66 | 123.12 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 171 | 0 | 0.42 | 0.32 | 0.02 | 345.28 | 0.93 | 0.78 |
| Hex | FB | 91 | AB | 0 | 2A | 20 | 2 | 159 | 5D | 4E |
| Octal | 373 | 221 | 253 | 0 | 52 | 40 | 2 | 531 | 135 | 116 |
| Binary | 11111011 | 10010001 | 10101011 | 0 | 101010 | 100000 | 10 | 101011001 | 1011101 | 1001110 |
Color Harmonies of #FB91AB
Complementary color
Monochromatic Colors of #FB91AB
Black with #FB91AB
Text Example
Text Example
White with #FB91AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB91AB; }
p { color: rgb(251,145,171); }
H1.HeaderClassName
{
color: #FB91AB;
}
.AnyTagClassName
{
color: #FB91AB;
}
</style>
background-color css
<style>
a { background-color: #FB91AB; }
a { background-color: rgb(251,145,171); }
div.DivClassName
{
background-color: #FB91AB;
}
.BgClassName
{
background-color: #FB91AB;
}
</style>
border-color css
<style>
span { border-color: #FB91AB; }
span { border-color: rgb(251,145,171); }
td.TdClassName
{
border-color: #FB91AB;
}
.TagClassName
{
border-color: #FB91AB;
}
</style>