Shades of Mauvelous #FB90AB
Tints of Mauvelous #FB90AB
RGB
CMYK
RGB Variations
Color information
#FB90AB (or 0xFB90AB) is known color: Mauvelous. HEX triplet: FB, 90 and AB. RGB value is (251,144,171). Sum of RGB (Red+Green+Blue) = 251+144+171=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB90AB is #046F54. Grayscale: #B3B3B3. Windows color (decimal): -290645 or 11243771. OLE color: 11243771.
HSL color Cylindrical-coordinate representation of color #FB90AB: hue angle of 344.86º 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 #FB90AB is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 171 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.02 |
| HSL | 344.86º | 0.93% | 0.77% | - |
| HSV(B) | 344.86º | 0.43% | 0.98% | - |
| XYZ | 57.11 | 43.4 | 43.89 | - |
| YUV | 179.07 | 123.45 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 171 | 0 | 0.43 | 0.32 | 0.02 | 344.86 | 0.93 | 0.77 |
| Hex | FB | 90 | AB | 0 | 2B | 20 | 2 | 159 | 5D | 4D |
| Octal | 373 | 220 | 253 | 0 | 53 | 40 | 2 | 531 | 135 | 115 |
| Binary | 11111011 | 10010000 | 10101011 | 0 | 101011 | 100000 | 10 | 101011001 | 1011101 | 1001101 |
Color Harmonies of #FB90AB
Complementary color
Monochromatic Colors of #FB90AB
Black with #FB90AB
Text Example
Text Example
White with #FB90AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90AB; }
p { color: rgb(251,144,171); }
H1.HeaderClassName
{
color: #FB90AB;
}
.AnyTagClassName
{
color: #FB90AB;
}
</style>
background-color css
<style>
a { background-color: #FB90AB; }
a { background-color: rgb(251,144,171); }
div.DivClassName
{
background-color: #FB90AB;
}
.BgClassName
{
background-color: #FB90AB;
}
</style>
border-color css
<style>
span { border-color: #FB90AB; }
span { border-color: rgb(251,144,171); }
td.TdClassName
{
border-color: #FB90AB;
}
.TagClassName
{
border-color: #FB90AB;
}
</style>