Shades of Mauve #FAACFF
Tints of Mauve #FAACFF
RGB
CMYK
RGB Variations
Color information
#FAACFF (or 0xFAACFF) is known color: Mauve. HEX triplet: FA, AC and FF. RGB value is (250,172,255). Sum of RGB (Red+Green+Blue) = 250+172+255=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 172 (67.58% from 255 or 25.41% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACFF is #055300. Grayscale: #CCCCCC. Windows color (decimal): -348929 or 16755962. OLE color: 16755962.
HSL color Cylindrical-coordinate representation of color #FAACFF: hue angle of 296.39º 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 #FAACFF is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 172 | 255 | - |
| CMYK | 0.02 | 0.33 | 0 | 0 |
| HSL | 296.39º | 1% | 0.84% | - |
| HSV(B) | 296.39º | 0.33% | 1% | - |
| XYZ | 72.23 | 57.05 | 101.81 | - |
| YUV | 204.78 | 156.34 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 255 | 0.02 | 0.33 | 0 | 0 | 296.39 | 1 | 0.84 |
| Hex | FA | AC | FF | 2 | 21 | 0 | 0 | 128 | 64 | 54 |
| Octal | 372 | 254 | 377 | 2 | 41 | 0 | 0 | 450 | 144 | 124 |
| Binary | 11111010 | 10101100 | 11111111 | 10 | 100001 | 0 | 0 | 100101000 | 1100100 | 1010100 |
Color Harmonies of #FAACFF
Complementary color
Monochromatic Colors of #FAACFF
Black with #FAACFF
Text Example
Text Example
White with #FAACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACFF; }
p { color: rgb(250,172,255); }
H1.HeaderClassName
{
color: #FAACFF;
}
.AnyTagClassName
{
color: #FAACFF;
}
</style>
background-color css
<style>
a { background-color: #FAACFF; }
a { background-color: rgb(250,172,255); }
div.DivClassName
{
background-color: #FAACFF;
}
.BgClassName
{
background-color: #FAACFF;
}
</style>
border-color css
<style>
span { border-color: #FAACFF; }
span { border-color: rgb(250,172,255); }
td.TdClassName
{
border-color: #FAACFF;
}
.TagClassName
{
border-color: #FAACFF;
}
</style>