Shades of Mauvelous #FA91AB
Tints of Mauvelous #FA91AB
RGB
CMYK
RGB Variations
Color information
#FA91AB (or 0xFA91AB) is known color: Mauvelous. HEX triplet: FA, 91 and AB. RGB value is (250,145,171). Sum of RGB (Red+Green+Blue) = 250+145+171=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA91AB is #056E54. Grayscale: #B3B3B3. Windows color (decimal): -355925 or 11244026. OLE color: 11244026.
HSL color Cylindrical-coordinate representation of color #FA91AB: hue angle of 345.14º 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 #FA91AB is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 171 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.02 |
| HSL | 345.14º | 0.91% | 0.77% | - |
| HSV(B) | 345.14º | 0.42% | 0.98% | - |
| XYZ | 56.9 | 43.52 | 43.93 | - |
| YUV | 179.36 | 123.29 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 171 | 0 | 0.42 | 0.32 | 0.02 | 345.14 | 0.91 | 0.77 |
| Hex | FA | 91 | AB | 0 | 2A | 20 | 2 | 159 | 5B | 4D |
| Octal | 372 | 221 | 253 | 0 | 52 | 40 | 2 | 531 | 133 | 115 |
| Binary | 11111010 | 10010001 | 10101011 | 0 | 101010 | 100000 | 10 | 101011001 | 1011011 | 1001101 |
Color Harmonies of #FA91AB
Complementary color
Monochromatic Colors of #FA91AB
Black with #FA91AB
Text Example
Text Example
White with #FA91AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA91AB; }
p { color: rgb(250,145,171); }
H1.HeaderClassName
{
color: #FA91AB;
}
.AnyTagClassName
{
color: #FA91AB;
}
</style>
background-color css
<style>
a { background-color: #FA91AB; }
a { background-color: rgb(250,145,171); }
div.DivClassName
{
background-color: #FA91AB;
}
.BgClassName
{
background-color: #FA91AB;
}
</style>
border-color css
<style>
span { border-color: #FA91AB; }
span { border-color: rgb(250,145,171); }
td.TdClassName
{
border-color: #FA91AB;
}
.TagClassName
{
border-color: #FA91AB;
}
</style>