Shades of Mauve #F6B1FE
Tints of Mauve #F6B1FE
RGB
CMYK
RGB Variations
Color information
#F6B1FE (or 0xF6B1FE) is known color: Mauve. HEX triplet: F6, B1 and FE. RGB value is (246,177,254). Sum of RGB (Red+Green+Blue) = 246+177+254=677 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.34% from 677); Green value is 177 (69.53% from 255 or 26.14% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6B1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6B1FE is #094E01. Grayscale: #CECECE. Windows color (decimal): -609794 or 16691702. OLE color: 16691702.
HSL color Cylindrical-coordinate representation of color #F6B1FE: hue angle of 293.77º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6B1FE is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 177 | 254 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.00 |
| HSL | 293.77º | 0.97% | 0.85% | - |
| HSV(B) | 293.77º | 0.3% | 1% | - |
| XYZ | 71.62 | 58.19 | 101.22 | - |
| YUV | 206.41 | 154.86 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 177 | 254 | 0.03 | 0.30 | 0 | 0.00 | 293.77 | 0.97 | 0.85 |
| Hex | F6 | B1 | FE | 3 | 1E | 0 | 0 | 126 | 61 | 55 |
| Octal | 366 | 261 | 376 | 3 | 36 | 0 | 0 | 446 | 141 | 125 |
| Binary | 11110110 | 10110001 | 11111110 | 11 | 11110 | 0 | 0 | 100100110 | 1100001 | 1010101 |
Color Harmonies of #F6B1FE
Complementary color
Monochromatic Colors of #F6B1FE
Black with #F6B1FE
Text Example
Text Example
White with #F6B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B1FE; }
p { color: rgb(246,177,254); }
H1.HeaderClassName
{
color: #F6B1FE;
}
.AnyTagClassName
{
color: #F6B1FE;
}
</style>
background-color css
<style>
a { background-color: #F6B1FE; }
a { background-color: rgb(246,177,254); }
div.DivClassName
{
background-color: #F6B1FE;
}
.BgClassName
{
background-color: #F6B1FE;
}
</style>
border-color css
<style>
span { border-color: #F6B1FE; }
span { border-color: rgb(246,177,254); }
td.TdClassName
{
border-color: #F6B1FE;
}
.TagClassName
{
border-color: #F6B1FE;
}
</style>