Shades of Mauve #F6BAFF
Tints of Mauve #F6BAFF
RGB
CMYK
RGB Variations
Color information
#F6BAFF (or 0xF6BAFF) is known color: Mauve. HEX triplet: F6, BA and FF. RGB value is (246,186,255). Sum of RGB (Red+Green+Blue) = 246+186+255=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 186 (73.05% from 255 or 27.07% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BAFF is #094500. Grayscale: #D3D3D3. Windows color (decimal): -607489 or 16759542. OLE color: 16759542.
HSL color Cylindrical-coordinate representation of color #F6BAFF: hue angle of 292.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6BAFF is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 186 | 255 | - |
| CMYK | 0.04 | 0.27 | 0 | 0 |
| HSL | 292.17º | 1% | 0.86% | - |
| HSV(B) | 292.17º | 0.27% | 1% | - |
| XYZ | 73.61 | 61.93 | 102.68 | - |
| YUV | 211.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 255 | 0.04 | 0.27 | 0 | 0 | 292.17 | 1 | 0.86 |
| Hex | F6 | BA | FF | 4 | 1B | 0 | 0 | 124 | 64 | 56 |
| Octal | 366 | 272 | 377 | 4 | 33 | 0 | 0 | 444 | 144 | 126 |
| Binary | 11110110 | 10111010 | 11111111 | 100 | 11011 | 0 | 0 | 100100100 | 1100100 | 1010110 |
Color Harmonies of #F6BAFF
Complementary color
Monochromatic Colors of #F6BAFF
Black with #F6BAFF
Text Example
Text Example
White with #F6BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BAFF; }
p { color: rgb(246,186,255); }
H1.HeaderClassName
{
color: #F6BAFF;
}
.AnyTagClassName
{
color: #F6BAFF;
}
</style>
background-color css
<style>
a { background-color: #F6BAFF; }
a { background-color: rgb(246,186,255); }
div.DivClassName
{
background-color: #F6BAFF;
}
.BgClassName
{
background-color: #F6BAFF;
}
</style>
border-color css
<style>
span { border-color: #F6BAFF; }
span { border-color: rgb(246,186,255); }
td.TdClassName
{
border-color: #F6BAFF;
}
.TagClassName
{
border-color: #F6BAFF;
}
</style>