Shades of Mauve #F1ADF6
Tints of Mauve #F1ADF6
RGB
CMYK
RGB Variations
Color information
#F1ADF6 (or 0xF1ADF6) is known color: Mauve. HEX triplet: F1, AD and F6. RGB value is (241,173,246). Sum of RGB (Red+Green+Blue) = 241+173+246=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 173 (67.97% from 255 or 26.21% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 246 - color contains mainly: blue. Hex color #F1ADF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADF6 is #0E5209. Grayscale: #C9C9C9. Windows color (decimal): -938506 or 16166385. OLE color: 16166385.
HSL color Cylindrical-coordinate representation of color #F1ADF6: hue angle of 295.89º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1ADF6 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 173 | 246 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.04 |
| HSL | 295.89º | 0.8% | 0.82% | - |
| HSV(B) | 295.89º | 0.3% | 0.96% | - |
| XYZ | 67.85 | 55.24 | 94.28 | - |
| YUV | 201.65 | 153.03 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 246 | 0.02 | 0.30 | 0 | 0.04 | 295.89 | 0.8 | 0.82 |
| Hex | F1 | AD | F6 | 2 | 1E | 0 | 4 | 128 | 50 | 52 |
| Octal | 361 | 255 | 366 | 2 | 36 | 0 | 4 | 450 | 120 | 122 |
| Binary | 11110001 | 10101101 | 11110110 | 10 | 11110 | 0 | 100 | 100101000 | 1010000 | 1010010 |
Color Harmonies of #F1ADF6
Complementary color
Monochromatic Colors of #F1ADF6
Black with #F1ADF6
Text Example
Text Example
White with #F1ADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADF6; }
p { color: rgb(241,173,246); }
H1.HeaderClassName
{
color: #F1ADF6;
}
.AnyTagClassName
{
color: #F1ADF6;
}
</style>
background-color css
<style>
a { background-color: #F1ADF6; }
a { background-color: rgb(241,173,246); }
div.DivClassName
{
background-color: #F1ADF6;
}
.BgClassName
{
background-color: #F1ADF6;
}
</style>
border-color css
<style>
span { border-color: #F1ADF6; }
span { border-color: rgb(241,173,246); }
td.TdClassName
{
border-color: #F1ADF6;
}
.TagClassName
{
border-color: #F1ADF6;
}
</style>