Shades of Mauvelous #FA96AB
Tints of Mauvelous #FA96AB
RGB
CMYK
RGB Variations
Color information
#FA96AB (or 0xFA96AB) is known color: Mauvelous. HEX triplet: FA, 96 and AB. RGB value is (250,150,171). Sum of RGB (Red+Green+Blue) = 250+150+171=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA96AB is #056954. Grayscale: #B6B6B6. Windows color (decimal): -354645 or 11245306. OLE color: 11245306.
HSL color Cylindrical-coordinate representation of color #FA96AB: hue angle of 347.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA96AB is Cyan = 0, Magento = 0.4, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 171 | - |
| CMYK | 0 | 0.4 | 0.32 | 0.02 |
| HSL | 347.4º | 0.91% | 0.78% | - |
| HSV(B) | 347.4º | 0.4% | 0.98% | - |
| XYZ | 57.68 | 45.08 | 44.19 | - |
| YUV | 182.29 | 121.63 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 171 | 0 | 0.4 | 0.32 | 0.02 | 347.4 | 0.91 | 0.78 |
| Hex | FA | 96 | AB | 0 | 28 | 20 | 2 | 15B | 5B | 4E |
| Octal | 372 | 226 | 253 | 0 | 50 | 40 | 2 | 533 | 133 | 116 |
| Binary | 11111010 | 10010110 | 10101011 | 0 | 101000 | 100000 | 10 | 101011011 | 1011011 | 1001110 |
Color Harmonies of #FA96AB
Complementary color
Monochromatic Colors of #FA96AB
Black with #FA96AB
Text Example
Text Example
White with #FA96AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA96AB; }
p { color: rgb(250,150,171); }
H1.HeaderClassName
{
color: #FA96AB;
}
.AnyTagClassName
{
color: #FA96AB;
}
</style>
background-color css
<style>
a { background-color: #FA96AB; }
a { background-color: rgb(250,150,171); }
div.DivClassName
{
background-color: #FA96AB;
}
.BgClassName
{
background-color: #FA96AB;
}
</style>
border-color css
<style>
span { border-color: #FA96AB; }
span { border-color: rgb(250,150,171); }
td.TdClassName
{
border-color: #FA96AB;
}
.TagClassName
{
border-color: #FA96AB;
}
</style>