Shades of Mauvelous #FA90AD
Tints of Mauvelous #FA90AD
RGB
CMYK
RGB Variations
Color information
#FA90AD (or 0xFA90AD) is known color: Mauvelous. HEX triplet: FA, 90 and AD. RGB value is (250,144,173). Sum of RGB (Red+Green+Blue) = 250+144+173=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA90AD is #056F52. Grayscale: #B2B2B2. Windows color (decimal): -356179 or 11374842. OLE color: 11374842.
HSL color Cylindrical-coordinate representation of color #FA90AD: hue angle of 343.58º 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 #FA90AD is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 173 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.02 |
| HSL | 343.58º | 0.91% | 0.77% | - |
| HSV(B) | 343.58º | 0.42% | 0.98% | - |
| XYZ | 56.94 | 43.29 | 44.89 | - |
| YUV | 179 | 124.62 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 173 | 0 | 0.42 | 0.31 | 0.02 | 343.58 | 0.91 | 0.77 |
| Hex | FA | 90 | AD | 0 | 2A | 1F | 2 | 158 | 5B | 4D |
| Octal | 372 | 220 | 255 | 0 | 52 | 37 | 2 | 530 | 133 | 115 |
| Binary | 11111010 | 10010000 | 10101101 | 0 | 101010 | 11111 | 10 | 101011000 | 1011011 | 1001101 |
Color Harmonies of #FA90AD
Complementary color
Monochromatic Colors of #FA90AD
Black with #FA90AD
Text Example
Text Example
White with #FA90AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA90AD; }
p { color: rgb(250,144,173); }
H1.HeaderClassName
{
color: #FA90AD;
}
.AnyTagClassName
{
color: #FA90AD;
}
</style>
background-color css
<style>
a { background-color: #FA90AD; }
a { background-color: rgb(250,144,173); }
div.DivClassName
{
background-color: #FA90AD;
}
.BgClassName
{
background-color: #FA90AD;
}
</style>
border-color css
<style>
span { border-color: #FA90AD; }
span { border-color: rgb(250,144,173); }
td.TdClassName
{
border-color: #FA90AD;
}
.TagClassName
{
border-color: #FA90AD;
}
</style>