Shades of Mauve #FAA8FF
Tints of Mauve #FAA8FF
RGB
CMYK
RGB Variations
Color information
#FAA8FF (or 0xFAA8FF) is known color: Mauve. HEX triplet: FA, A8 and FF. RGB value is (250,168,255). Sum of RGB (Red+Green+Blue) = 250+168+255=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 168 (66.02% from 255 or 24.96% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAA8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA8FF is #055700. Grayscale: #CACACA. Windows color (decimal): -349953 or 16754938. OLE color: 16754938.
HSL color Cylindrical-coordinate representation of color #FAA8FF: hue angle of 296.55º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA8FF is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 168 | 255 | - |
| CMYK | 0.02 | 0.34 | 0 | 0 |
| HSL | 296.55º | 1% | 0.83% | - |
| HSV(B) | 296.55º | 0.34% | 1% | - |
| XYZ | 71.48 | 55.55 | 101.56 | - |
| YUV | 202.44 | 157.67 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 255 | 0.02 | 0.34 | 0 | 0 | 296.55 | 1 | 0.83 |
| Hex | FA | A8 | FF | 2 | 22 | 0 | 0 | 129 | 64 | 53 |
| Octal | 372 | 250 | 377 | 2 | 42 | 0 | 0 | 451 | 144 | 123 |
| Binary | 11111010 | 10101000 | 11111111 | 10 | 100010 | 0 | 0 | 100101001 | 1100100 | 1010011 |
Color Harmonies of #FAA8FF
Complementary color
Monochromatic Colors of #FAA8FF
Black with #FAA8FF
Text Example
Text Example
White with #FAA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8FF; }
p { color: rgb(250,168,255); }
H1.HeaderClassName
{
color: #FAA8FF;
}
.AnyTagClassName
{
color: #FAA8FF;
}
</style>
background-color css
<style>
a { background-color: #FAA8FF; }
a { background-color: rgb(250,168,255); }
div.DivClassName
{
background-color: #FAA8FF;
}
.BgClassName
{
background-color: #FAA8FF;
}
</style>
border-color css
<style>
span { border-color: #FAA8FF; }
span { border-color: rgb(250,168,255); }
td.TdClassName
{
border-color: #FAA8FF;
}
.TagClassName
{
border-color: #FAA8FF;
}
</style>