Shades of Mauve #F6B8FE
Tints of Mauve #F6B8FE
RGB
CMYK
RGB Variations
Color information
#F6B8FE (or 0xF6B8FE) is known color: Mauve. HEX triplet: F6, B8 and FE. RGB value is (246,184,254). Sum of RGB (Red+Green+Blue) = 246+184+254=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 184 (72.27% from 255 or 26.90% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6B8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B8FE is #094701. Grayscale: #D2D2D2. Windows color (decimal): -608002 or 16693494. OLE color: 16693494.
HSL color Cylindrical-coordinate representation of color #F6B8FE: hue angle of 293.14º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6B8FE is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 184 | 254 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.00 |
| HSL | 293.14º | 0.97% | 0.86% | - |
| HSV(B) | 293.14º | 0.28% | 1% | - |
| XYZ | 73.04 | 61.03 | 101.7 | - |
| YUV | 210.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 184 | 254 | 0.03 | 0.28 | 0 | 0.00 | 293.14 | 0.97 | 0.86 |
| Hex | F6 | B8 | FE | 3 | 1C | 0 | 0 | 125 | 61 | 56 |
| Octal | 366 | 270 | 376 | 3 | 34 | 0 | 0 | 445 | 141 | 126 |
| Binary | 11110110 | 10111000 | 11111110 | 11 | 11100 | 0 | 0 | 100100101 | 1100001 | 1010110 |
Color Harmonies of #F6B8FE
Complementary color
Monochromatic Colors of #F6B8FE
Black with #F6B8FE
Text Example
Text Example
White with #F6B8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B8FE; }
p { color: rgb(246,184,254); }
H1.HeaderClassName
{
color: #F6B8FE;
}
.AnyTagClassName
{
color: #F6B8FE;
}
</style>
background-color css
<style>
a { background-color: #F6B8FE; }
a { background-color: rgb(246,184,254); }
div.DivClassName
{
background-color: #F6B8FE;
}
.BgClassName
{
background-color: #F6B8FE;
}
</style>
border-color css
<style>
span { border-color: #F6B8FE; }
span { border-color: rgb(246,184,254); }
td.TdClassName
{
border-color: #F6B8FE;
}
.TagClassName
{
border-color: #F6B8FE;
}
</style>