Shades of Mauve #F6A8FE
Tints of Mauve #F6A8FE
RGB
CMYK
RGB Variations
Color information
#F6A8FE (or 0xF6A8FE) is known color: Mauve. HEX triplet: F6, A8 and FE. RGB value is (246,168,254). Sum of RGB (Red+Green+Blue) = 246+168+254=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 168 (66.02% from 255 or 25.15% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6A8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A8FE is #095701. Grayscale: #C8C8C8. Windows color (decimal): -612098 or 16689398. OLE color: 16689398.
HSL color Cylindrical-coordinate representation of color #F6A8FE: hue angle of 294.42º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6A8FE is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 168 | 254 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.00 |
| HSL | 294.42º | 0.98% | 0.83% | - |
| HSV(B) | 294.42º | 0.34% | 1% | - |
| XYZ | 69.9 | 54.75 | 100.65 | - |
| YUV | 201.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 254 | 0.03 | 0.34 | 0 | 0.00 | 294.42 | 0.98 | 0.83 |
| Hex | F6 | A8 | FE | 3 | 22 | 0 | 0 | 126 | 62 | 53 |
| Octal | 366 | 250 | 376 | 3 | 42 | 0 | 0 | 446 | 142 | 123 |
| Binary | 11110110 | 10101000 | 11111110 | 11 | 100010 | 0 | 0 | 100100110 | 1100010 | 1010011 |
Color Harmonies of #F6A8FE
Complementary color
Monochromatic Colors of #F6A8FE
Black with #F6A8FE
Text Example
Text Example
White with #F6A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A8FE; }
p { color: rgb(246,168,254); }
H1.HeaderClassName
{
color: #F6A8FE;
}
.AnyTagClassName
{
color: #F6A8FE;
}
</style>
background-color css
<style>
a { background-color: #F6A8FE; }
a { background-color: rgb(246,168,254); }
div.DivClassName
{
background-color: #F6A8FE;
}
.BgClassName
{
background-color: #F6A8FE;
}
</style>
border-color css
<style>
span { border-color: #F6A8FE; }
span { border-color: rgb(246,168,254); }
td.TdClassName
{
border-color: #F6A8FE;
}
.TagClassName
{
border-color: #F6A8FE;
}
</style>