Shades of Mauvelous #FA8DA5
Tints of Mauvelous #FA8DA5
RGB
CMYK
RGB Variations
Color information
#FA8DA5 (or 0xFA8DA5) is known color: Mauvelous. HEX triplet: FA, 8D and A5. RGB value is (250,141,165). Sum of RGB (Red+Green+Blue) = 250+141+165=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8DA5 is #05725A. Grayscale: #B0B0B0. Windows color (decimal): -356955 or 10849786. OLE color: 10849786.
HSL color Cylindrical-coordinate representation of color #FA8DA5: hue angle of 346.79º 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 #FA8DA5 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 165 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.02 |
| HSL | 346.79º | 0.92% | 0.77% | - |
| HSV(B) | 346.79º | 0.44% | 0.98% | - |
| XYZ | 55.74 | 42.09 | 40.78 | - |
| YUV | 176.33 | 121.61 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 165 | 0 | 0.44 | 0.34 | 0.02 | 346.79 | 0.92 | 0.77 |
| Hex | FA | 8D | A5 | 0 | 2C | 22 | 2 | 15B | 5C | 4D |
| Octal | 372 | 215 | 245 | 0 | 54 | 42 | 2 | 533 | 134 | 115 |
| Binary | 11111010 | 10001101 | 10100101 | 0 | 101100 | 100010 | 10 | 101011011 | 1011100 | 1001101 |
Color Harmonies of #FA8DA5
Complementary color
Monochromatic Colors of #FA8DA5
Black with #FA8DA5
Text Example
Text Example
White with #FA8DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DA5; }
p { color: rgb(250,141,165); }
H1.HeaderClassName
{
color: #FA8DA5;
}
.AnyTagClassName
{
color: #FA8DA5;
}
</style>
background-color css
<style>
a { background-color: #FA8DA5; }
a { background-color: rgb(250,141,165); }
div.DivClassName
{
background-color: #FA8DA5;
}
.BgClassName
{
background-color: #FA8DA5;
}
</style>
border-color css
<style>
span { border-color: #FA8DA5; }
span { border-color: rgb(250,141,165); }
td.TdClassName
{
border-color: #FA8DA5;
}
.TagClassName
{
border-color: #FA8DA5;
}
</style>