Shades of Mauvelous #FA92AA
Tints of Mauvelous #FA92AA
RGB
CMYK
RGB Variations
Color information
#FA92AA (or 0xFA92AA) is known color: Mauvelous. HEX triplet: FA, 92 and AA. RGB value is (250,146,170). Sum of RGB (Red+Green+Blue) = 250+146+170=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA92AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA92AA is #056D55. Grayscale: #B3B3B3. Windows color (decimal): -355670 or 11178746. OLE color: 11178746.
HSL color Cylindrical-coordinate representation of color #FA92AA: hue angle of 346.15º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA92AA is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 170 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.02 |
| HSL | 346.15º | 0.91% | 0.78% | - |
| HSV(B) | 346.15º | 0.42% | 0.98% | - |
| XYZ | 56.96 | 43.78 | 43.48 | - |
| YUV | 179.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 170 | 0 | 0.42 | 0.32 | 0.02 | 346.15 | 0.91 | 0.78 |
| Hex | FA | 92 | AA | 0 | 2A | 20 | 2 | 15A | 5B | 4E |
| Octal | 372 | 222 | 252 | 0 | 52 | 40 | 2 | 532 | 133 | 116 |
| Binary | 11111010 | 10010010 | 10101010 | 0 | 101010 | 100000 | 10 | 101011010 | 1011011 | 1001110 |
Color Harmonies of #FA92AA
Complementary color
Monochromatic Colors of #FA92AA
Black with #FA92AA
Text Example
Text Example
White with #FA92AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA92AA; }
p { color: rgb(250,146,170); }
H1.HeaderClassName
{
color: #FA92AA;
}
.AnyTagClassName
{
color: #FA92AA;
}
</style>
background-color css
<style>
a { background-color: #FA92AA; }
a { background-color: rgb(250,146,170); }
div.DivClassName
{
background-color: #FA92AA;
}
.BgClassName
{
background-color: #FA92AA;
}
</style>
border-color css
<style>
span { border-color: #FA92AA; }
span { border-color: rgb(250,146,170); }
td.TdClassName
{
border-color: #FA92AA;
}
.TagClassName
{
border-color: #FA92AA;
}
</style>