Shades of Mauve #F6BBFF
Tints of Mauve #F6BBFF
RGB
CMYK
RGB Variations
Color information
#F6BBFF (or 0xF6BBFF) is known color: Mauve. HEX triplet: F6, BB and FF. RGB value is (246,187,255). Sum of RGB (Red+Green+Blue) = 246+187+255=688 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.76% from 688); Green value is 187 (73.44% from 255 or 27.18% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6BBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBFF is #094400. Grayscale: #D4D4D4. Windows color (decimal): -607233 or 16759798. OLE color: 16759798.
HSL color Cylindrical-coordinate representation of color #F6BBFF: hue angle of 292.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6BBFF is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 187 | 255 | - |
| CMYK | 0.04 | 0.27 | 0 | 0 |
| HSL | 292.06º | 1% | 0.87% | - |
| HSV(B) | 292.06º | 0.27% | 1% | - |
| XYZ | 73.83 | 62.35 | 102.75 | - |
| YUV | 212.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 255 | 0.04 | 0.27 | 0 | 0 | 292.06 | 1 | 0.87 |
| Hex | F6 | BB | FF | 4 | 1B | 0 | 0 | 124 | 64 | 57 |
| Octal | 366 | 273 | 377 | 4 | 33 | 0 | 0 | 444 | 144 | 127 |
| Binary | 11110110 | 10111011 | 11111111 | 100 | 11011 | 0 | 0 | 100100100 | 1100100 | 1010111 |
Color Harmonies of #F6BBFF
Complementary color
Monochromatic Colors of #F6BBFF
Black with #F6BBFF
Text Example
Text Example
White with #F6BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBFF; }
p { color: rgb(246,187,255); }
H1.HeaderClassName
{
color: #F6BBFF;
}
.AnyTagClassName
{
color: #F6BBFF;
}
</style>
background-color css
<style>
a { background-color: #F6BBFF; }
a { background-color: rgb(246,187,255); }
div.DivClassName
{
background-color: #F6BBFF;
}
.BgClassName
{
background-color: #F6BBFF;
}
</style>
border-color css
<style>
span { border-color: #F6BBFF; }
span { border-color: rgb(246,187,255); }
td.TdClassName
{
border-color: #F6BBFF;
}
.TagClassName
{
border-color: #F6BBFF;
}
</style>