Shades of Mauve #F6A4FE
Tints of Mauve #F6A4FE
RGB
CMYK
RGB Variations
Color information
#F6A4FE (or 0xF6A4FE) is known color: Mauve. HEX triplet: F6, A4 and FE. RGB value is (246,164,254). Sum of RGB (Red+Green+Blue) = 246+164+254=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 164 (64.45% from 255 or 24.70% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6A4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A4FE is #095B01. Grayscale: #C6C6C6. Windows color (decimal): -613122 or 16688374. OLE color: 16688374.
HSL color Cylindrical-coordinate representation of color #F6A4FE: hue angle of 294.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6A4FE is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 164 | 254 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.00 |
| HSL | 294.67º | 0.98% | 0.82% | - |
| HSV(B) | 294.67º | 0.35% | 1% | - |
| XYZ | 69.17 | 53.3 | 100.41 | - |
| YUV | 198.78 | 159.17 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 254 | 0.03 | 0.35 | 0 | 0.00 | 294.67 | 0.98 | 0.82 |
| Hex | F6 | A4 | FE | 3 | 23 | 0 | 0 | 127 | 62 | 52 |
| Octal | 366 | 244 | 376 | 3 | 43 | 0 | 0 | 447 | 142 | 122 |
| Binary | 11110110 | 10100100 | 11111110 | 11 | 100011 | 0 | 0 | 100100111 | 1100010 | 1010010 |
Color Harmonies of #F6A4FE
Complementary color
Monochromatic Colors of #F6A4FE
Black with #F6A4FE
Text Example
Text Example
White with #F6A4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A4FE; }
p { color: rgb(246,164,254); }
H1.HeaderClassName
{
color: #F6A4FE;
}
.AnyTagClassName
{
color: #F6A4FE;
}
</style>
background-color css
<style>
a { background-color: #F6A4FE; }
a { background-color: rgb(246,164,254); }
div.DivClassName
{
background-color: #F6A4FE;
}
.BgClassName
{
background-color: #F6A4FE;
}
</style>
border-color css
<style>
span { border-color: #F6A4FE; }
span { border-color: rgb(246,164,254); }
td.TdClassName
{
border-color: #F6A4FE;
}
.TagClassName
{
border-color: #F6A4FE;
}
</style>