Shades of Mauvelous #FA90AB
Tints of Mauvelous #FA90AB
RGB
CMYK
RGB Variations
Color information
#FA90AB (or 0xFA90AB) is known color: Mauvelous. HEX triplet: FA, 90 and AB. RGB value is (250,144,171). Sum of RGB (Red+Green+Blue) = 250+144+171=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA90AB is #056F54. Grayscale: #B2B2B2. Windows color (decimal): -356181 or 11243770. OLE color: 11243770.
HSL color Cylindrical-coordinate representation of color #FA90AB: hue angle of 344.72º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA90AB is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 171 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.02 |
| HSL | 344.72º | 0.91% | 0.77% | - |
| HSV(B) | 344.72º | 0.42% | 0.98% | - |
| XYZ | 56.75 | 43.21 | 43.88 | - |
| YUV | 178.77 | 123.62 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 171 | 0 | 0.42 | 0.32 | 0.02 | 344.72 | 0.91 | 0.77 |
| Hex | FA | 90 | AB | 0 | 2A | 20 | 2 | 159 | 5B | 4D |
| Octal | 372 | 220 | 253 | 0 | 52 | 40 | 2 | 531 | 133 | 115 |
| Binary | 11111010 | 10010000 | 10101011 | 0 | 101010 | 100000 | 10 | 101011001 | 1011011 | 1001101 |
Color Harmonies of #FA90AB
Complementary color
Monochromatic Colors of #FA90AB
Black with #FA90AB
Text Example
Text Example
White with #FA90AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA90AB; }
p { color: rgb(250,144,171); }
H1.HeaderClassName
{
color: #FA90AB;
}
.AnyTagClassName
{
color: #FA90AB;
}
</style>
background-color css
<style>
a { background-color: #FA90AB; }
a { background-color: rgb(250,144,171); }
div.DivClassName
{
background-color: #FA90AB;
}
.BgClassName
{
background-color: #FA90AB;
}
</style>
border-color css
<style>
span { border-color: #FA90AB; }
span { border-color: rgb(250,144,171); }
td.TdClassName
{
border-color: #FA90AB;
}
.TagClassName
{
border-color: #FA90AB;
}
</style>