Shades of Mauve #FAB4FF
Tints of Mauve #FAB4FF
RGB
CMYK
RGB Variations
Color information
#FAB4FF (or 0xFAB4FF) is known color: Mauve. HEX triplet: FA, B4 and FF. RGB value is (250,180,255). Sum of RGB (Red+Green+Blue) = 250+180+255=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 180 (70.70% from 255 or 26.28% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAB4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB4FF is #054B00. Grayscale: #D1D1D1. Windows color (decimal): -346881 or 16758010. OLE color: 16758010.
HSL color Cylindrical-coordinate representation of color #FAB4FF: hue angle of 296º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB4FF is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 180 | 255 | - |
| CMYK | 0.02 | 0.29 | 0 | 0 |
| HSL | 296º | 1% | 0.85% | - |
| HSV(B) | 296º | 0.29% | 1% | - |
| XYZ | 73.8 | 60.19 | 102.34 | - |
| YUV | 209.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 255 | 0.02 | 0.29 | 0 | 0 | 296 | 1 | 0.85 |
| Hex | FA | B4 | FF | 2 | 1D | 0 | 0 | 128 | 64 | 55 |
| Octal | 372 | 264 | 377 | 2 | 35 | 0 | 0 | 450 | 144 | 125 |
| Binary | 11111010 | 10110100 | 11111111 | 10 | 11101 | 0 | 0 | 100101000 | 1100100 | 1010101 |
Color Harmonies of #FAB4FF
Complementary color
Monochromatic Colors of #FAB4FF
Black with #FAB4FF
Text Example
Text Example
White with #FAB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB4FF; }
p { color: rgb(250,180,255); }
H1.HeaderClassName
{
color: #FAB4FF;
}
.AnyTagClassName
{
color: #FAB4FF;
}
</style>
background-color css
<style>
a { background-color: #FAB4FF; }
a { background-color: rgb(250,180,255); }
div.DivClassName
{
background-color: #FAB4FF;
}
.BgClassName
{
background-color: #FAB4FF;
}
</style>
border-color css
<style>
span { border-color: #FAB4FF; }
span { border-color: rgb(250,180,255); }
td.TdClassName
{
border-color: #FAB4FF;
}
.TagClassName
{
border-color: #FAB4FF;
}
</style>