Shades of Mauve #F6BEFB
Tints of Mauve #F6BEFB
RGB
CMYK
RGB Variations
Color information
#F6BEFB (or 0xF6BEFB) is known color: Mauve. HEX triplet: F6, BE and FB. RGB value is (246,190,251). Sum of RGB (Red+Green+Blue) = 246+190+251=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 190 (74.61% from 255 or 27.66% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6BEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BEFB is #094104. Grayscale: #D5D5D5. Windows color (decimal): -606469 or 16498422. OLE color: 16498422.
HSL color Cylindrical-coordinate representation of color #F6BEFB: hue angle of 295.08º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BEFB is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 190 | 251 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.02 |
| HSL | 295.08º | 0.88% | 0.86% | - |
| HSV(B) | 295.08º | 0.24% | 0.98% | - |
| XYZ | 73.83 | 63.38 | 99.61 | - |
| YUV | 213.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 251 | 0.02 | 0.24 | 0 | 0.02 | 295.08 | 0.88 | 0.86 |
| Hex | F6 | BE | FB | 2 | 18 | 0 | 2 | 127 | 58 | 56 |
| Octal | 366 | 276 | 373 | 2 | 30 | 0 | 2 | 447 | 130 | 126 |
| Binary | 11110110 | 10111110 | 11111011 | 10 | 11000 | 0 | 10 | 100100111 | 1011000 | 1010110 |
Color Harmonies of #F6BEFB
Complementary color
Monochromatic Colors of #F6BEFB
Black with #F6BEFB
Text Example
Text Example
White with #F6BEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BEFB; }
p { color: rgb(246,190,251); }
H1.HeaderClassName
{
color: #F6BEFB;
}
.AnyTagClassName
{
color: #F6BEFB;
}
</style>
background-color css
<style>
a { background-color: #F6BEFB; }
a { background-color: rgb(246,190,251); }
div.DivClassName
{
background-color: #F6BEFB;
}
.BgClassName
{
background-color: #F6BEFB;
}
</style>
border-color css
<style>
span { border-color: #F6BEFB; }
span { border-color: rgb(246,190,251); }
td.TdClassName
{
border-color: #F6BEFB;
}
.TagClassName
{
border-color: #F6BEFB;
}
</style>