Shades of Mauvelous #FB9BAA
Tints of Mauvelous #FB9BAA
RGB
CMYK
RGB Variations
Color information
#FB9BAA (or 0xFB9BAA) is known color: Mauvelous. HEX triplet: FB, 9B and AA. RGB value is (251,155,170). Sum of RGB (Red+Green+Blue) = 251+155+170=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9BAA is #046455. Grayscale: #B9B9B9. Windows color (decimal): -287830 or 11181051. OLE color: 11181051.
HSL color Cylindrical-coordinate representation of color #FB9BAA: hue angle of 350.62º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FB9BAA is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 155 | 170 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.02 |
| HSL | 350.63º | 0.92% | 0.8% | - |
| HSV(B) | 350.63º | 0.38% | 0.98% | - |
| XYZ | 58.76 | 46.85 | 43.98 | - |
| YUV | 185.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 155 | 170 | 0 | 0.38 | 0.32 | 0.02 | 350.63 | 0.92 | 0.8 |
| Hex | FB | 9B | AA | 0 | 26 | 20 | 2 | 15F | 5C | 50 |
| Octal | 373 | 233 | 252 | 0 | 46 | 40 | 2 | 537 | 134 | 120 |
| Binary | 11111011 | 10011011 | 10101010 | 0 | 100110 | 100000 | 10 | 101011111 | 1011100 | 1010000 |
Color Harmonies of #FB9BAA
Complementary color
Monochromatic Colors of #FB9BAA
Black with #FB9BAA
Text Example
Text Example
White with #FB9BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9BAA; }
p { color: rgb(251,155,170); }
H1.HeaderClassName
{
color: #FB9BAA;
}
.AnyTagClassName
{
color: #FB9BAA;
}
</style>
background-color css
<style>
a { background-color: #FB9BAA; }
a { background-color: rgb(251,155,170); }
div.DivClassName
{
background-color: #FB9BAA;
}
.BgClassName
{
background-color: #FB9BAA;
}
</style>
border-color css
<style>
span { border-color: #FB9BAA; }
span { border-color: rgb(251,155,170); }
td.TdClassName
{
border-color: #FB9BAA;
}
.TagClassName
{
border-color: #FB9BAA;
}
</style>