Shades of Mauve #F8ADFE
Tints of Mauve #F8ADFE
RGB
CMYK
RGB Variations
Color information
#F8ADFE (or 0xF8ADFE) is known color: Mauve. HEX triplet: F8, AD and FE. RGB value is (248,173,254). Sum of RGB (Red+Green+Blue) = 248+173+254=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 173 (67.97% from 255 or 25.63% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8ADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ADFE is #075201. Grayscale: #CCCCCC. Windows color (decimal): -479746 or 16690680. OLE color: 16690680.
HSL color Cylindrical-coordinate representation of color #F8ADFE: hue angle of 295.56º 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 #F8ADFE is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 173 | 254 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.00 |
| HSL | 295.56º | 0.98% | 0.84% | - |
| HSV(B) | 295.56º | 0.32% | 1% | - |
| XYZ | 71.54 | 57 | 101 | - |
| YUV | 204.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 254 | 0.02 | 0.32 | 0 | 0.00 | 295.56 | 0.98 | 0.84 |
| Hex | F8 | AD | FE | 2 | 20 | 0 | 0 | 128 | 62 | 54 |
| Octal | 370 | 255 | 376 | 2 | 40 | 0 | 0 | 450 | 142 | 124 |
| Binary | 11111000 | 10101101 | 11111110 | 10 | 100000 | 0 | 0 | 100101000 | 1100010 | 1010100 |
Color Harmonies of #F8ADFE
Complementary color
Monochromatic Colors of #F8ADFE
Black with #F8ADFE
Text Example
Text Example
White with #F8ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADFE; }
p { color: rgb(248,173,254); }
H1.HeaderClassName
{
color: #F8ADFE;
}
.AnyTagClassName
{
color: #F8ADFE;
}
</style>
background-color css
<style>
a { background-color: #F8ADFE; }
a { background-color: rgb(248,173,254); }
div.DivClassName
{
background-color: #F8ADFE;
}
.BgClassName
{
background-color: #F8ADFE;
}
</style>
border-color css
<style>
span { border-color: #F8ADFE; }
span { border-color: rgb(248,173,254); }
td.TdClassName
{
border-color: #F8ADFE;
}
.TagClassName
{
border-color: #F8ADFE;
}
</style>