Shades of Mauve #F6BAFA
Tints of Mauve #F6BAFA
RGB
CMYK
RGB Variations
Color information
#F6BAFA (or 0xF6BAFA) is known color: Mauve. HEX triplet: F6, BA and FA. RGB value is (246,186,250). Sum of RGB (Red+Green+Blue) = 246+186+250=682 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.07% from 682); Green value is 186 (73.05% from 255 or 27.27% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6BAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BAFA is #094505. Grayscale: #D3D3D3. Windows color (decimal): -607494 or 16431862. OLE color: 16431862.
HSL color Cylindrical-coordinate representation of color #F6BAFA: hue angle of 296.25º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6BAFA is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 186 | 250 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.02 |
| HSL | 296.25º | 0.86% | 0.85% | - |
| HSV(B) | 296.25º | 0.26% | 0.98% | - |
| XYZ | 72.82 | 61.61 | 98.5 | - |
| YUV | 211.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 250 | 0.02 | 0.26 | 0 | 0.02 | 296.25 | 0.86 | 0.85 |
| Hex | F6 | BA | FA | 2 | 1A | 0 | 2 | 128 | 56 | 55 |
| Octal | 366 | 272 | 372 | 2 | 32 | 0 | 2 | 450 | 126 | 125 |
| Binary | 11110110 | 10111010 | 11111010 | 10 | 11010 | 0 | 10 | 100101000 | 1010110 | 1010101 |
Color Harmonies of #F6BAFA
Complementary color
Monochromatic Colors of #F6BAFA
Black with #F6BAFA
Text Example
Text Example
White with #F6BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BAFA; }
p { color: rgb(246,186,250); }
H1.HeaderClassName
{
color: #F6BAFA;
}
.AnyTagClassName
{
color: #F6BAFA;
}
</style>
background-color css
<style>
a { background-color: #F6BAFA; }
a { background-color: rgb(246,186,250); }
div.DivClassName
{
background-color: #F6BAFA;
}
.BgClassName
{
background-color: #F6BAFA;
}
</style>
border-color css
<style>
span { border-color: #F6BAFA; }
span { border-color: rgb(246,186,250); }
td.TdClassName
{
border-color: #F6BAFA;
}
.TagClassName
{
border-color: #F6BAFA;
}
</style>