Shades of Mauve #FAB0FF
Tints of Mauve #FAB0FF
RGB
CMYK
RGB Variations
Color information
#FAB0FF (or 0xFAB0FF) is known color: Mauve. HEX triplet: FA, B0 and FF. RGB value is (250,176,255). Sum of RGB (Red+Green+Blue) = 250+176+255=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 176 (69.14% from 255 or 25.84% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAB0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0FF is #054F00. Grayscale: #CECECE. Windows color (decimal): -347905 or 16756986. OLE color: 16756986.
HSL color Cylindrical-coordinate representation of color #FAB0FF: hue angle of 296.2º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAB0FF is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 176 | 255 | - |
| CMYK | 0.02 | 0.31 | 0 | 0 |
| HSL | 296.2º | 1% | 0.85% | - |
| HSV(B) | 296.2º | 0.31% | 1% | - |
| XYZ | 73 | 58.59 | 102.07 | - |
| YUV | 207.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 255 | 0.02 | 0.31 | 0 | 0 | 296.2 | 1 | 0.85 |
| Hex | FA | B0 | FF | 2 | 1F | 0 | 0 | 128 | 64 | 55 |
| Octal | 372 | 260 | 377 | 2 | 37 | 0 | 0 | 450 | 144 | 125 |
| Binary | 11111010 | 10110000 | 11111111 | 10 | 11111 | 0 | 0 | 100101000 | 1100100 | 1010101 |
Color Harmonies of #FAB0FF
Complementary color
Monochromatic Colors of #FAB0FF
Black with #FAB0FF
Text Example
Text Example
White with #FAB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0FF; }
p { color: rgb(250,176,255); }
H1.HeaderClassName
{
color: #FAB0FF;
}
.AnyTagClassName
{
color: #FAB0FF;
}
</style>
background-color css
<style>
a { background-color: #FAB0FF; }
a { background-color: rgb(250,176,255); }
div.DivClassName
{
background-color: #FAB0FF;
}
.BgClassName
{
background-color: #FAB0FF;
}
</style>
border-color css
<style>
span { border-color: #FAB0FF; }
span { border-color: rgb(250,176,255); }
td.TdClassName
{
border-color: #FAB0FF;
}
.TagClassName
{
border-color: #FAB0FF;
}
</style>