Shades of Mauve #F6ADFD
Tints of Mauve #F6ADFD
RGB
CMYK
RGB Variations
Color information
#F6ADFD (or 0xF6ADFD) is known color: Mauve. HEX triplet: F6, AD and FD. RGB value is (246,173,253). Sum of RGB (Red+Green+Blue) = 246+173+253=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 173 (67.97% from 255 or 25.74% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ADFD is #095202. Grayscale: #CBCBCB. Windows color (decimal): -610819 or 16625142. OLE color: 16625142.
HSL color Cylindrical-coordinate representation of color #F6ADFD: hue angle of 294.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6ADFD is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 173 | 253 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.01 |
| HSL | 294.75º | 0.95% | 0.84% | - |
| HSV(B) | 294.75º | 0.32% | 0.99% | - |
| XYZ | 70.68 | 56.57 | 100.12 | - |
| YUV | 203.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 253 | 0.03 | 0.32 | 0 | 0.01 | 294.75 | 0.95 | 0.84 |
| Hex | F6 | AD | FD | 3 | 20 | 0 | 1 | 127 | 5F | 54 |
| Octal | 366 | 255 | 375 | 3 | 40 | 0 | 1 | 447 | 137 | 124 |
| Binary | 11110110 | 10101101 | 11111101 | 11 | 100000 | 0 | 1 | 100100111 | 1011111 | 1010100 |
Color Harmonies of #F6ADFD
Complementary color
Monochromatic Colors of #F6ADFD
Black with #F6ADFD
Text Example
Text Example
White with #F6ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADFD; }
p { color: rgb(246,173,253); }
H1.HeaderClassName
{
color: #F6ADFD;
}
.AnyTagClassName
{
color: #F6ADFD;
}
</style>
background-color css
<style>
a { background-color: #F6ADFD; }
a { background-color: rgb(246,173,253); }
div.DivClassName
{
background-color: #F6ADFD;
}
.BgClassName
{
background-color: #F6ADFD;
}
</style>
border-color css
<style>
span { border-color: #F6ADFD; }
span { border-color: rgb(246,173,253); }
td.TdClassName
{
border-color: #F6ADFD;
}
.TagClassName
{
border-color: #F6ADFD;
}
</style>