Shades of Mauve #F1ADFE
Tints of Mauve #F1ADFE
RGB
CMYK
RGB Variations
Color information
#F1ADFE (or 0xF1ADFE) is known color: Mauve. HEX triplet: F1, AD and FE. RGB value is (241,173,254). Sum of RGB (Red+Green+Blue) = 241+173+254=668 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.08% from 668); Green value is 173 (67.97% from 255 or 25.90% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1ADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ADFE is #0E5201. Grayscale: #CACACA. Windows color (decimal): -938498 or 16690673. OLE color: 16690673.
HSL color Cylindrical-coordinate representation of color #F1ADFE: hue angle of 290.37º 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 #F1ADFE is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 173 | 254 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.00 |
| HSL | 290.37º | 0.98% | 0.84% | - |
| HSV(B) | 290.37º | 0.32% | 1% | - |
| XYZ | 69.11 | 55.74 | 100.88 | - |
| YUV | 202.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 254 | 0.05 | 0.32 | 0 | 0.00 | 290.37 | 0.98 | 0.84 |
| Hex | F1 | AD | FE | 5 | 20 | 0 | 0 | 122 | 62 | 54 |
| Octal | 361 | 255 | 376 | 5 | 40 | 0 | 0 | 442 | 142 | 124 |
| Binary | 11110001 | 10101101 | 11111110 | 101 | 100000 | 0 | 0 | 100100010 | 1100010 | 1010100 |
Color Harmonies of #F1ADFE
Complementary color
Monochromatic Colors of #F1ADFE
Black with #F1ADFE
Text Example
Text Example
White with #F1ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADFE; }
p { color: rgb(241,173,254); }
H1.HeaderClassName
{
color: #F1ADFE;
}
.AnyTagClassName
{
color: #F1ADFE;
}
</style>
background-color css
<style>
a { background-color: #F1ADFE; }
a { background-color: rgb(241,173,254); }
div.DivClassName
{
background-color: #F1ADFE;
}
.BgClassName
{
background-color: #F1ADFE;
}
</style>
border-color css
<style>
span { border-color: #F1ADFE; }
span { border-color: rgb(241,173,254); }
td.TdClassName
{
border-color: #F1ADFE;
}
.TagClassName
{
border-color: #F1ADFE;
}
</style>