Shades of Mauvelous #FA91AC
Tints of Mauvelous #FA91AC
RGB
CMYK
RGB Variations
Color information
#FA91AC (or 0xFA91AC) is known color: Mauvelous. HEX triplet: FA, 91 and AC. RGB value is (250,145,172). Sum of RGB (Red+Green+Blue) = 250+145+172=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA91AC is #056E53. Grayscale: #B3B3B3. Windows color (decimal): -355924 or 11309562. OLE color: 11309562.
HSL color Cylindrical-coordinate representation of color #FA91AC: hue angle of 344.57º 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 #FA91AC is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 172 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.02 |
| HSL | 344.57º | 0.91% | 0.77% | - |
| HSV(B) | 344.57º | 0.42% | 0.98% | - |
| XYZ | 57 | 43.55 | 44.43 | - |
| YUV | 179.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 172 | 0 | 0.42 | 0.31 | 0.02 | 344.57 | 0.91 | 0.77 |
| Hex | FA | 91 | AC | 0 | 2A | 1F | 2 | 159 | 5B | 4D |
| Octal | 372 | 221 | 254 | 0 | 52 | 37 | 2 | 531 | 133 | 115 |
| Binary | 11111010 | 10010001 | 10101100 | 0 | 101010 | 11111 | 10 | 101011001 | 1011011 | 1001101 |
Color Harmonies of #FA91AC
Complementary color
Monochromatic Colors of #FA91AC
Black with #FA91AC
Text Example
Text Example
White with #FA91AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA91AC; }
p { color: rgb(250,145,172); }
H1.HeaderClassName
{
color: #FA91AC;
}
.AnyTagClassName
{
color: #FA91AC;
}
</style>
background-color css
<style>
a { background-color: #FA91AC; }
a { background-color: rgb(250,145,172); }
div.DivClassName
{
background-color: #FA91AC;
}
.BgClassName
{
background-color: #FA91AC;
}
</style>
border-color css
<style>
span { border-color: #FA91AC; }
span { border-color: rgb(250,145,172); }
td.TdClassName
{
border-color: #FA91AC;
}
.TagClassName
{
border-color: #FA91AC;
}
</style>