Shades of Mauve #FAABFF
Tints of Mauve #FAABFF
RGB
CMYK
RGB Variations
Color information
#FAABFF (or 0xFAABFF) is known color: Mauve. HEX triplet: FA, AB and FF. RGB value is (250,171,255). Sum of RGB (Red+Green+Blue) = 250+171+255=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 171 (67.19% from 255 or 25.30% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABFF is #055400. Grayscale: #CBCBCB. Windows color (decimal): -349185 or 16755706. OLE color: 16755706.
HSL color Cylindrical-coordinate representation of color #FAABFF: hue angle of 296.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAABFF is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 171 | 255 | - |
| CMYK | 0.02 | 0.33 | 0 | 0 |
| HSL | 296.43º | 1% | 0.84% | - |
| HSV(B) | 296.43º | 0.33% | 1% | - |
| XYZ | 72.04 | 56.67 | 101.75 | - |
| YUV | 204.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 255 | 0.02 | 0.33 | 0 | 0 | 296.43 | 1 | 0.84 |
| Hex | FA | AB | FF | 2 | 21 | 0 | 0 | 128 | 64 | 54 |
| Octal | 372 | 253 | 377 | 2 | 41 | 0 | 0 | 450 | 144 | 124 |
| Binary | 11111010 | 10101011 | 11111111 | 10 | 100001 | 0 | 0 | 100101000 | 1100100 | 1010100 |
Color Harmonies of #FAABFF
Complementary color
Monochromatic Colors of #FAABFF
Black with #FAABFF
Text Example
Text Example
White with #FAABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABFF; }
p { color: rgb(250,171,255); }
H1.HeaderClassName
{
color: #FAABFF;
}
.AnyTagClassName
{
color: #FAABFF;
}
</style>
background-color css
<style>
a { background-color: #FAABFF; }
a { background-color: rgb(250,171,255); }
div.DivClassName
{
background-color: #FAABFF;
}
.BgClassName
{
background-color: #FAABFF;
}
</style>
border-color css
<style>
span { border-color: #FAABFF; }
span { border-color: rgb(250,171,255); }
td.TdClassName
{
border-color: #FAABFF;
}
.TagClassName
{
border-color: #FAABFF;
}
</style>