Shades of Mauvelous #FA8DA2
Tints of Mauvelous #FA8DA2
RGB
CMYK
RGB Variations
Color information
#FA8DA2 (or 0xFA8DA2) is known color: Mauvelous. HEX triplet: FA, 8D and A2. RGB value is (250,141,162). Sum of RGB (Red+Green+Blue) = 250+141+162=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8DA2 is #05725D. Grayscale: #B0B0B0. Windows color (decimal): -356958 or 10653178. OLE color: 10653178.
HSL color Cylindrical-coordinate representation of color #FA8DA2: hue angle of 348.44º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8DA2 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 162 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.02 |
| HSL | 348.44º | 0.92% | 0.77% | - |
| HSV(B) | 348.44º | 0.44% | 0.98% | - |
| XYZ | 55.47 | 41.98 | 39.36 | - |
| YUV | 175.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 162 | 0 | 0.44 | 0.35 | 0.02 | 348.44 | 0.92 | 0.77 |
| Hex | FA | 8D | A2 | 0 | 2C | 23 | 2 | 15C | 5C | 4D |
| Octal | 372 | 215 | 242 | 0 | 54 | 43 | 2 | 534 | 134 | 115 |
| Binary | 11111010 | 10001101 | 10100010 | 0 | 101100 | 100011 | 10 | 101011100 | 1011100 | 1001101 |
Color Harmonies of #FA8DA2
Complementary color
Monochromatic Colors of #FA8DA2
Black with #FA8DA2
Text Example
Text Example
White with #FA8DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DA2; }
p { color: rgb(250,141,162); }
H1.HeaderClassName
{
color: #FA8DA2;
}
.AnyTagClassName
{
color: #FA8DA2;
}
</style>
background-color css
<style>
a { background-color: #FA8DA2; }
a { background-color: rgb(250,141,162); }
div.DivClassName
{
background-color: #FA8DA2;
}
.BgClassName
{
background-color: #FA8DA2;
}
</style>
border-color css
<style>
span { border-color: #FA8DA2; }
span { border-color: rgb(250,141,162); }
td.TdClassName
{
border-color: #FA8DA2;
}
.TagClassName
{
border-color: #FA8DA2;
}
</style>