Shades of Mauvelous #FA8FAF
Tints of Mauvelous #FA8FAF
RGB
CMYK
RGB Variations
Color information
#FA8FAF (or 0xFA8FAF) is known color: Mauvelous. HEX triplet: FA, 8F and AF. RGB value is (250,143,175). Sum of RGB (Red+Green+Blue) = 250+143+175=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8FAF is #057050. Grayscale: #B2B2B2. Windows color (decimal): -356433 or 11505658. OLE color: 11505658.
HSL color Cylindrical-coordinate representation of color #FA8FAF: hue angle of 342.06º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8FAF is Cyan = 0, Magento = 0.43, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 175 | - |
| CMYK | 0 | 0.43 | 0.3 | 0.02 |
| HSL | 342.06º | 0.91% | 0.77% | - |
| HSV(B) | 342.06º | 0.43% | 0.98% | - |
| XYZ | 56.98 | 43.06 | 45.87 | - |
| YUV | 178.64 | 125.95 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 175 | 0 | 0.43 | 0.3 | 0.02 | 342.06 | 0.91 | 0.77 |
| Hex | FA | 8F | AF | 0 | 2B | 1E | 2 | 156 | 5B | 4D |
| Octal | 372 | 217 | 257 | 0 | 53 | 36 | 2 | 526 | 133 | 115 |
| Binary | 11111010 | 10001111 | 10101111 | 0 | 101011 | 11110 | 10 | 101010110 | 1011011 | 1001101 |
Color Harmonies of #FA8FAF
Complementary color
Monochromatic Colors of #FA8FAF
Black with #FA8FAF
Text Example
Text Example
White with #FA8FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FAF; }
p { color: rgb(250,143,175); }
H1.HeaderClassName
{
color: #FA8FAF;
}
.AnyTagClassName
{
color: #FA8FAF;
}
</style>
background-color css
<style>
a { background-color: #FA8FAF; }
a { background-color: rgb(250,143,175); }
div.DivClassName
{
background-color: #FA8FAF;
}
.BgClassName
{
background-color: #FA8FAF;
}
</style>
border-color css
<style>
span { border-color: #FA8FAF; }
span { border-color: rgb(250,143,175); }
td.TdClassName
{
border-color: #FA8FAF;
}
.TagClassName
{
border-color: #FA8FAF;
}
</style>