Shades of Mauve #FAAFFF
Tints of Mauve #FAAFFF
RGB
CMYK
RGB Variations
Color information
#FAAFFF (or 0xFAAFFF) is known color: Mauve. HEX triplet: FA, AF and FF. RGB value is (250,175,255). Sum of RGB (Red+Green+Blue) = 250+175+255=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 175 (68.75% from 255 or 25.74% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAAFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAFFF is #055000. Grayscale: #CECECE. Windows color (decimal): -348161 or 16756730. OLE color: 16756730.
HSL color Cylindrical-coordinate representation of color #FAAFFF: hue angle of 296.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAAFFF is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 175 | 255 | - |
| CMYK | 0.02 | 0.31 | 0 | 0 |
| HSL | 296.25º | 1% | 0.84% | - |
| HSV(B) | 296.25º | 0.31% | 1% | - |
| XYZ | 72.8 | 58.2 | 102.01 | - |
| YUV | 206.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 255 | 0.02 | 0.31 | 0 | 0 | 296.25 | 1 | 0.84 |
| Hex | FA | AF | FF | 2 | 1F | 0 | 0 | 128 | 64 | 54 |
| Octal | 372 | 257 | 377 | 2 | 37 | 0 | 0 | 450 | 144 | 124 |
| Binary | 11111010 | 10101111 | 11111111 | 10 | 11111 | 0 | 0 | 100101000 | 1100100 | 1010100 |
Color Harmonies of #FAAFFF
Complementary color
Monochromatic Colors of #FAAFFF
Black with #FAAFFF
Text Example
Text Example
White with #FAAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFFF; }
p { color: rgb(250,175,255); }
H1.HeaderClassName
{
color: #FAAFFF;
}
.AnyTagClassName
{
color: #FAAFFF;
}
</style>
background-color css
<style>
a { background-color: #FAAFFF; }
a { background-color: rgb(250,175,255); }
div.DivClassName
{
background-color: #FAAFFF;
}
.BgClassName
{
background-color: #FAAFFF;
}
</style>
border-color css
<style>
span { border-color: #FAAFFF; }
span { border-color: rgb(250,175,255); }
td.TdClassName
{
border-color: #FAAFFF;
}
.TagClassName
{
border-color: #FAAFFF;
}
</style>