Shades of Mauvelous #FA91AA
Tints of Mauvelous #FA91AA
RGB
CMYK
RGB Variations
Color information
#FA91AA (or 0xFA91AA) is known color: Mauvelous. HEX triplet: FA, 91 and AA. RGB value is (250,145,170). Sum of RGB (Red+Green+Blue) = 250+145+170=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA91AA is #056E55. Grayscale: #B3B3B3. Windows color (decimal): -355926 or 11178490. OLE color: 11178490.
HSL color Cylindrical-coordinate representation of color #FA91AA: hue angle of 345.71º 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 #FA91AA is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 170 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.02 |
| HSL | 345.71º | 0.91% | 0.77% | - |
| HSV(B) | 345.71º | 0.42% | 0.98% | - |
| XYZ | 56.81 | 43.48 | 43.43 | - |
| YUV | 179.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 170 | 0 | 0.42 | 0.32 | 0.02 | 345.71 | 0.91 | 0.77 |
| Hex | FA | 91 | AA | 0 | 2A | 20 | 2 | 15A | 5B | 4D |
| Octal | 372 | 221 | 252 | 0 | 52 | 40 | 2 | 532 | 133 | 115 |
| Binary | 11111010 | 10010001 | 10101010 | 0 | 101010 | 100000 | 10 | 101011010 | 1011011 | 1001101 |
Color Harmonies of #FA91AA
Complementary color
Monochromatic Colors of #FA91AA
Black with #FA91AA
Text Example
Text Example
White with #FA91AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA91AA; }
p { color: rgb(250,145,170); }
H1.HeaderClassName
{
color: #FA91AA;
}
.AnyTagClassName
{
color: #FA91AA;
}
</style>
background-color css
<style>
a { background-color: #FA91AA; }
a { background-color: rgb(250,145,170); }
div.DivClassName
{
background-color: #FA91AA;
}
.BgClassName
{
background-color: #FA91AA;
}
</style>
border-color css
<style>
span { border-color: #FA91AA; }
span { border-color: rgb(250,145,170); }
td.TdClassName
{
border-color: #FA91AA;
}
.TagClassName
{
border-color: #FA91AA;
}
</style>