Shades of Mauve #F6ADFF
Tints of Mauve #F6ADFF
RGB
CMYK
RGB Variations
Color information
#F6ADFF (or 0xF6ADFF) is known color: Mauve. HEX triplet: F6, AD and FF. RGB value is (246,173,255). Sum of RGB (Red+Green+Blue) = 246+173+255=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 173 (67.97% from 255 or 25.67% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6ADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ADFF is #095200. Grayscale: #CBCBCB. Windows color (decimal): -610817 or 16756214. OLE color: 16756214.
HSL color Cylindrical-coordinate representation of color #F6ADFF: hue angle of 293.41º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6ADFF is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 173 | 255 | - |
| CMYK | 0.04 | 0.32 | 0 | 0 |
| HSL | 293.41º | 1% | 0.84% | - |
| HSV(B) | 293.41º | 0.32% | 1% | - |
| XYZ | 71 | 56.7 | 101.81 | - |
| YUV | 204.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 255 | 0.04 | 0.32 | 0 | 0 | 293.41 | 1 | 0.84 |
| Hex | F6 | AD | FF | 4 | 20 | 0 | 0 | 125 | 64 | 54 |
| Octal | 366 | 255 | 377 | 4 | 40 | 0 | 0 | 445 | 144 | 124 |
| Binary | 11110110 | 10101101 | 11111111 | 100 | 100000 | 0 | 0 | 100100101 | 1100100 | 1010100 |
Color Harmonies of #F6ADFF
Complementary color
Monochromatic Colors of #F6ADFF
Black with #F6ADFF
Text Example
Text Example
White with #F6ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADFF; }
p { color: rgb(246,173,255); }
H1.HeaderClassName
{
color: #F6ADFF;
}
.AnyTagClassName
{
color: #F6ADFF;
}
</style>
background-color css
<style>
a { background-color: #F6ADFF; }
a { background-color: rgb(246,173,255); }
div.DivClassName
{
background-color: #F6ADFF;
}
.BgClassName
{
background-color: #F6ADFF;
}
</style>
border-color css
<style>
span { border-color: #F6ADFF; }
span { border-color: rgb(246,173,255); }
td.TdClassName
{
border-color: #F6ADFF;
}
.TagClassName
{
border-color: #F6ADFF;
}
</style>