Shades of Mauve #F6B0FE
Tints of Mauve #F6B0FE
RGB
CMYK
RGB Variations
Color information
#F6B0FE (or 0xF6B0FE) is known color: Mauve. HEX triplet: F6, B0 and FE. RGB value is (246,176,254). Sum of RGB (Red+Green+Blue) = 246+176+254=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 176 (69.14% from 255 or 26.04% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6B0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6B0FE is #094F01. Grayscale: #CDCDCD. Windows color (decimal): -610050 or 16691446. OLE color: 16691446.
HSL color Cylindrical-coordinate representation of color #F6B0FE: hue angle of 293.85º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6B0FE is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 176 | 254 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.00 |
| HSL | 293.85º | 0.98% | 0.84% | - |
| HSV(B) | 293.85º | 0.31% | 1% | - |
| XYZ | 71.42 | 57.8 | 101.16 | - |
| YUV | 205.82 | 155.19 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 176 | 254 | 0.03 | 0.31 | 0 | 0.00 | 293.85 | 0.98 | 0.84 |
| Hex | F6 | B0 | FE | 3 | 1F | 0 | 0 | 126 | 62 | 54 |
| Octal | 366 | 260 | 376 | 3 | 37 | 0 | 0 | 446 | 142 | 124 |
| Binary | 11110110 | 10110000 | 11111110 | 11 | 11111 | 0 | 0 | 100100110 | 1100010 | 1010100 |
Color Harmonies of #F6B0FE
Complementary color
Monochromatic Colors of #F6B0FE
Black with #F6B0FE
Text Example
Text Example
White with #F6B0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B0FE; }
p { color: rgb(246,176,254); }
H1.HeaderClassName
{
color: #F6B0FE;
}
.AnyTagClassName
{
color: #F6B0FE;
}
</style>
background-color css
<style>
a { background-color: #F6B0FE; }
a { background-color: rgb(246,176,254); }
div.DivClassName
{
background-color: #F6B0FE;
}
.BgClassName
{
background-color: #F6B0FE;
}
</style>
border-color css
<style>
span { border-color: #F6B0FE; }
span { border-color: rgb(246,176,254); }
td.TdClassName
{
border-color: #F6B0FE;
}
.TagClassName
{
border-color: #F6B0FE;
}
</style>