Shades of Mauvelous #FB9AAA
Tints of Mauvelous #FB9AAA
RGB
CMYK
RGB Variations
Color information
#FB9AAA (or 0xFB9AAA) is known color: Mauvelous. HEX triplet: FB, 9A and AA. RGB value is (251,154,170). Sum of RGB (Red+Green+Blue) = 251+154+170=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9AAA is #046555. Grayscale: #B8B8B8. Windows color (decimal): -288086 or 11180795. OLE color: 11180795.
HSL color Cylindrical-coordinate representation of color #FB9AAA: hue angle of 350.1º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB9AAA is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 154 | 170 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.02 |
| HSL | 350.1º | 0.92% | 0.79% | - |
| HSV(B) | 350.1º | 0.39% | 0.98% | - |
| XYZ | 58.59 | 46.52 | 43.92 | - |
| YUV | 184.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 154 | 170 | 0 | 0.39 | 0.32 | 0.02 | 350.1 | 0.92 | 0.79 |
| Hex | FB | 9A | AA | 0 | 27 | 20 | 2 | 15E | 5C | 4F |
| Octal | 373 | 232 | 252 | 0 | 47 | 40 | 2 | 536 | 134 | 117 |
| Binary | 11111011 | 10011010 | 10101010 | 0 | 100111 | 100000 | 10 | 101011110 | 1011100 | 1001111 |
Color Harmonies of #FB9AAA
Complementary color
Monochromatic Colors of #FB9AAA
Black with #FB9AAA
Text Example
Text Example
White with #FB9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9AAA; }
p { color: rgb(251,154,170); }
H1.HeaderClassName
{
color: #FB9AAA;
}
.AnyTagClassName
{
color: #FB9AAA;
}
</style>
background-color css
<style>
a { background-color: #FB9AAA; }
a { background-color: rgb(251,154,170); }
div.DivClassName
{
background-color: #FB9AAA;
}
.BgClassName
{
background-color: #FB9AAA;
}
</style>
border-color css
<style>
span { border-color: #FB9AAA; }
span { border-color: rgb(251,154,170); }
td.TdClassName
{
border-color: #FB9AAA;
}
.TagClassName
{
border-color: #FB9AAA;
}
</style>