Shades of Mauve #F6BBFC
Tints of Mauve #F6BBFC
RGB
CMYK
RGB Variations
Color information
#F6BBFC (or 0xF6BBFC) is known color: Mauve. HEX triplet: F6, BB and FC. RGB value is (246,187,252). Sum of RGB (Red+Green+Blue) = 246+187+252=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 187 (73.44% from 255 or 27.30% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6BBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBFC is #094403. Grayscale: #D3D3D3. Windows color (decimal): -607236 or 16563190. OLE color: 16563190.
HSL color Cylindrical-coordinate representation of color #F6BBFC: hue angle of 294.46º 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 #F6BBFC is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 187 | 252 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.01 |
| HSL | 294.46º | 0.92% | 0.86% | - |
| HSV(B) | 294.46º | 0.26% | 0.99% | - |
| XYZ | 73.35 | 62.16 | 100.23 | - |
| YUV | 212.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 252 | 0.02 | 0.26 | 0 | 0.01 | 294.46 | 0.92 | 0.86 |
| Hex | F6 | BB | FC | 2 | 1A | 0 | 1 | 126 | 5C | 56 |
| Octal | 366 | 273 | 374 | 2 | 32 | 0 | 1 | 446 | 134 | 126 |
| Binary | 11110110 | 10111011 | 11111100 | 10 | 11010 | 0 | 1 | 100100110 | 1011100 | 1010110 |
Color Harmonies of #F6BBFC
Complementary color
Monochromatic Colors of #F6BBFC
Black with #F6BBFC
Text Example
Text Example
White with #F6BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBFC; }
p { color: rgb(246,187,252); }
H1.HeaderClassName
{
color: #F6BBFC;
}
.AnyTagClassName
{
color: #F6BBFC;
}
</style>
background-color css
<style>
a { background-color: #F6BBFC; }
a { background-color: rgb(246,187,252); }
div.DivClassName
{
background-color: #F6BBFC;
}
.BgClassName
{
background-color: #F6BBFC;
}
</style>
border-color css
<style>
span { border-color: #F6BBFC; }
span { border-color: rgb(246,187,252); }
td.TdClassName
{
border-color: #F6BBFC;
}
.TagClassName
{
border-color: #F6BBFC;
}
</style>