Shades of Mauvelous #FA9BA9
Tints of Mauvelous #FA9BA9
RGB
CMYK
RGB Variations
Color information
#FA9BA9 (or 0xFA9BA9) is known color: Mauvelous. HEX triplet: FA, 9B and A9. RGB value is (250,155,169). Sum of RGB (Red+Green+Blue) = 250+155+169=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 169 (66.41% from 255 or 29.44% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9BA9 is #056456. Grayscale: #B9B9B9. Windows color (decimal): -353367 or 11115514. OLE color: 11115514.
HSL color Cylindrical-coordinate representation of color #FA9BA9: hue angle of 351.16º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9BA9 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 169 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.02 |
| HSL | 351.16º | 0.9% | 0.79% | - |
| HSV(B) | 351.16º | 0.38% | 0.98% | - |
| XYZ | 58.31 | 46.63 | 43.46 | - |
| YUV | 185 | 118.97 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 169 | 0 | 0.38 | 0.32 | 0.02 | 351.16 | 0.9 | 0.79 |
| Hex | FA | 9B | A9 | 0 | 26 | 20 | 2 | 15F | 5A | 4F |
| Octal | 372 | 233 | 251 | 0 | 46 | 40 | 2 | 537 | 132 | 117 |
| Binary | 11111010 | 10011011 | 10101001 | 0 | 100110 | 100000 | 10 | 101011111 | 1011010 | 1001111 |
Color Harmonies of #FA9BA9
Complementary color
Monochromatic Colors of #FA9BA9
Black with #FA9BA9
Text Example
Text Example
White with #FA9BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9BA9; }
p { color: rgb(250,155,169); }
H1.HeaderClassName
{
color: #FA9BA9;
}
.AnyTagClassName
{
color: #FA9BA9;
}
</style>
background-color css
<style>
a { background-color: #FA9BA9; }
a { background-color: rgb(250,155,169); }
div.DivClassName
{
background-color: #FA9BA9;
}
.BgClassName
{
background-color: #FA9BA9;
}
</style>
border-color css
<style>
span { border-color: #FA9BA9; }
span { border-color: rgb(250,155,169); }
td.TdClassName
{
border-color: #FA9BA9;
}
.TagClassName
{
border-color: #FA9BA9;
}
</style>