Shades of Mauve #F6A4FC
Tints of Mauve #F6A4FC
RGB
CMYK
RGB Variations
Color information
#F6A4FC (or 0xF6A4FC) is known color: Mauve. HEX triplet: F6, A4 and FC. RGB value is (246,164,252). Sum of RGB (Red+Green+Blue) = 246+164+252=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 164 (64.45% from 255 or 24.77% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6A4FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A4FC is #095B03. Grayscale: #C6C6C6. Windows color (decimal): -613124 or 16557302. OLE color: 16557302.
HSL color Cylindrical-coordinate representation of color #F6A4FC: hue angle of 295.91º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6A4FC is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 164 | 252 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.01 |
| HSL | 295.91º | 0.94% | 0.82% | - |
| HSV(B) | 295.91º | 0.35% | 0.99% | - |
| XYZ | 68.85 | 53.17 | 98.73 | - |
| YUV | 198.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 252 | 0.02 | 0.35 | 0 | 0.01 | 295.91 | 0.94 | 0.82 |
| Hex | F6 | A4 | FC | 2 | 23 | 0 | 1 | 128 | 5E | 52 |
| Octal | 366 | 244 | 374 | 2 | 43 | 0 | 1 | 450 | 136 | 122 |
| Binary | 11110110 | 10100100 | 11111100 | 10 | 100011 | 0 | 1 | 100101000 | 1011110 | 1010010 |
Color Harmonies of #F6A4FC
Complementary color
Monochromatic Colors of #F6A4FC
Black with #F6A4FC
Text Example
Text Example
White with #F6A4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A4FC; }
p { color: rgb(246,164,252); }
H1.HeaderClassName
{
color: #F6A4FC;
}
.AnyTagClassName
{
color: #F6A4FC;
}
</style>
background-color css
<style>
a { background-color: #F6A4FC; }
a { background-color: rgb(246,164,252); }
div.DivClassName
{
background-color: #F6A4FC;
}
.BgClassName
{
background-color: #F6A4FC;
}
</style>
border-color css
<style>
span { border-color: #F6A4FC; }
span { border-color: rgb(246,164,252); }
td.TdClassName
{
border-color: #F6A4FC;
}
.TagClassName
{
border-color: #F6A4FC;
}
</style>