Shades of Mauvelous #FA8DAF
Tints of Mauvelous #FA8DAF
RGB
CMYK
RGB Variations
Color information
#FA8DAF (or 0xFA8DAF) is known color: Mauvelous. HEX triplet: FA, 8D and AF. RGB value is (250,141,175). Sum of RGB (Red+Green+Blue) = 250+141+175=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8DAF is #057250. Grayscale: #B1B1B1. Windows color (decimal): -356945 or 11505146. OLE color: 11505146.
HSL color Cylindrical-coordinate representation of color #FA8DAF: hue angle of 341.28º 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 #FA8DAF is Cyan = 0, Magento = 0.44, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 175 | - |
| CMYK | 0 | 0.44 | 0.3 | 0.02 |
| HSL | 341.28º | 0.92% | 0.77% | - |
| HSV(B) | 341.28º | 0.44% | 0.98% | - |
| XYZ | 56.69 | 42.47 | 45.77 | - |
| YUV | 177.47 | 126.61 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 175 | 0 | 0.44 | 0.3 | 0.02 | 341.28 | 0.92 | 0.77 |
| Hex | FA | 8D | AF | 0 | 2C | 1E | 2 | 155 | 5C | 4D |
| Octal | 372 | 215 | 257 | 0 | 54 | 36 | 2 | 525 | 134 | 115 |
| Binary | 11111010 | 10001101 | 10101111 | 0 | 101100 | 11110 | 10 | 101010101 | 1011100 | 1001101 |
Color Harmonies of #FA8DAF
Complementary color
Monochromatic Colors of #FA8DAF
Black with #FA8DAF
Text Example
Text Example
White with #FA8DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DAF; }
p { color: rgb(250,141,175); }
H1.HeaderClassName
{
color: #FA8DAF;
}
.AnyTagClassName
{
color: #FA8DAF;
}
</style>
background-color css
<style>
a { background-color: #FA8DAF; }
a { background-color: rgb(250,141,175); }
div.DivClassName
{
background-color: #FA8DAF;
}
.BgClassName
{
background-color: #FA8DAF;
}
</style>
border-color css
<style>
span { border-color: #FA8DAF; }
span { border-color: rgb(250,141,175); }
td.TdClassName
{
border-color: #FA8DAF;
}
.TagClassName
{
border-color: #FA8DAF;
}
</style>