Shades of Mauvelous #FB91AA
Tints of Mauvelous #FB91AA
RGB
CMYK
RGB Variations
Color information
#FB91AA (or 0xFB91AA) is known color: Mauvelous. HEX triplet: FB, 91 and AA. RGB value is (251,145,170). Sum of RGB (Red+Green+Blue) = 251+145+170=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB91AA is #046E55. Grayscale: #B3B3B3. Windows color (decimal): -290390 or 11178491. OLE color: 11178491.
HSL color Cylindrical-coordinate representation of color #FB91AA: hue angle of 345.85º 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 #FB91AA is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 170 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.02 |
| HSL | 345.85º | 0.93% | 0.78% | - |
| HSV(B) | 345.85º | 0.42% | 0.98% | - |
| XYZ | 57.16 | 43.66 | 43.44 | - |
| YUV | 179.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 170 | 0 | 0.42 | 0.32 | 0.02 | 345.85 | 0.93 | 0.78 |
| Hex | FB | 91 | AA | 0 | 2A | 20 | 2 | 15A | 5D | 4E |
| Octal | 373 | 221 | 252 | 0 | 52 | 40 | 2 | 532 | 135 | 116 |
| Binary | 11111011 | 10010001 | 10101010 | 0 | 101010 | 100000 | 10 | 101011010 | 1011101 | 1001110 |
Color Harmonies of #FB91AA
Complementary color
Monochromatic Colors of #FB91AA
Black with #FB91AA
Text Example
Text Example
White with #FB91AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB91AA; }
p { color: rgb(251,145,170); }
H1.HeaderClassName
{
color: #FB91AA;
}
.AnyTagClassName
{
color: #FB91AA;
}
</style>
background-color css
<style>
a { background-color: #FB91AA; }
a { background-color: rgb(251,145,170); }
div.DivClassName
{
background-color: #FB91AA;
}
.BgClassName
{
background-color: #FB91AA;
}
</style>
border-color css
<style>
span { border-color: #FB91AA; }
span { border-color: rgb(251,145,170); }
td.TdClassName
{
border-color: #FB91AA;
}
.TagClassName
{
border-color: #FB91AA;
}
</style>