Shades of Mauve #F6BAFC
Tints of Mauve #F6BAFC
RGB
CMYK
RGB Variations
Color information
#F6BAFC (or 0xF6BAFC) is known color: Mauve. HEX triplet: F6, BA and FC. RGB value is (246,186,252). Sum of RGB (Red+Green+Blue) = 246+186+252=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 186 (73.05% from 255 or 27.19% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6BAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BAFC is #094503. Grayscale: #D3D3D3. Windows color (decimal): -607492 or 16562934. OLE color: 16562934.
HSL color Cylindrical-coordinate representation of color #F6BAFC: hue angle of 294.55º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6BAFC is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 186 | 252 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.01 |
| HSL | 294.55º | 0.92% | 0.86% | - |
| HSV(B) | 294.55º | 0.26% | 0.99% | - |
| XYZ | 73.14 | 61.74 | 100.16 | - |
| YUV | 211.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 252 | 0.02 | 0.26 | 0 | 0.01 | 294.55 | 0.92 | 0.86 |
| Hex | F6 | BA | FC | 2 | 1A | 0 | 1 | 127 | 5C | 56 |
| Octal | 366 | 272 | 374 | 2 | 32 | 0 | 1 | 447 | 134 | 126 |
| Binary | 11110110 | 10111010 | 11111100 | 10 | 11010 | 0 | 1 | 100100111 | 1011100 | 1010110 |
Color Harmonies of #F6BAFC
Complementary color
Monochromatic Colors of #F6BAFC
Black with #F6BAFC
Text Example
Text Example
White with #F6BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BAFC; }
p { color: rgb(246,186,252); }
H1.HeaderClassName
{
color: #F6BAFC;
}
.AnyTagClassName
{
color: #F6BAFC;
}
</style>
background-color css
<style>
a { background-color: #F6BAFC; }
a { background-color: rgb(246,186,252); }
div.DivClassName
{
background-color: #F6BAFC;
}
.BgClassName
{
background-color: #F6BAFC;
}
</style>
border-color css
<style>
span { border-color: #F6BAFC; }
span { border-color: rgb(246,186,252); }
td.TdClassName
{
border-color: #F6BAFC;
}
.TagClassName
{
border-color: #F6BAFC;
}
</style>