Shades of Mauve #F6ADFE
Tints of Mauve #F6ADFE
RGB
CMYK
RGB Variations
Color information
#F6ADFE (or 0xF6ADFE) is known color: Mauve. HEX triplet: F6, AD and FE. RGB value is (246,173,254). Sum of RGB (Red+Green+Blue) = 246+173+254=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 173 (67.97% from 255 or 25.71% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6ADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ADFE is #095201. Grayscale: #CBCBCB. Windows color (decimal): -610818 or 16690678. OLE color: 16690678.
HSL color Cylindrical-coordinate representation of color #F6ADFE: hue angle of 294.07º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6ADFE is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 173 | 254 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.00 |
| HSL | 294.07º | 0.98% | 0.84% | - |
| HSV(B) | 294.07º | 0.32% | 1% | - |
| XYZ | 70.84 | 56.64 | 100.96 | - |
| YUV | 204.06 | 156.18 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 254 | 0.03 | 0.32 | 0 | 0.00 | 294.07 | 0.98 | 0.84 |
| Hex | F6 | AD | FE | 3 | 20 | 0 | 0 | 126 | 62 | 54 |
| Octal | 366 | 255 | 376 | 3 | 40 | 0 | 0 | 446 | 142 | 124 |
| Binary | 11110110 | 10101101 | 11111110 | 11 | 100000 | 0 | 0 | 100100110 | 1100010 | 1010100 |
Color Harmonies of #F6ADFE
Complementary color
Monochromatic Colors of #F6ADFE
Black with #F6ADFE
Text Example
Text Example
White with #F6ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADFE; }
p { color: rgb(246,173,254); }
H1.HeaderClassName
{
color: #F6ADFE;
}
.AnyTagClassName
{
color: #F6ADFE;
}
</style>
background-color css
<style>
a { background-color: #F6ADFE; }
a { background-color: rgb(246,173,254); }
div.DivClassName
{
background-color: #F6ADFE;
}
.BgClassName
{
background-color: #F6ADFE;
}
</style>
border-color css
<style>
span { border-color: #F6ADFE; }
span { border-color: rgb(246,173,254); }
td.TdClassName
{
border-color: #F6ADFE;
}
.TagClassName
{
border-color: #F6ADFE;
}
</style>