Shades of Mauve #F8ADFF
Tints of Mauve #F8ADFF
RGB
CMYK
RGB Variations
Color information
#F8ADFF (or 0xF8ADFF) is known color: Mauve. HEX triplet: F8, AD and FF. RGB value is (248,173,255). Sum of RGB (Red+Green+Blue) = 248+173+255=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 173 (67.97% from 255 or 25.59% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8ADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ADFF is #075200. Grayscale: #CCCCCC. Windows color (decimal): -479745 or 16756216. OLE color: 16756216.
HSL color Cylindrical-coordinate representation of color #F8ADFF: hue angle of 294.88º 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 #F8ADFF is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 173 | 255 | - |
| CMYK | 0.03 | 0.32 | 0 | 0 |
| HSL | 294.88º | 1% | 0.84% | - |
| HSV(B) | 294.88º | 0.32% | 1% | - |
| XYZ | 71.7 | 57.06 | 101.84 | - |
| YUV | 204.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 255 | 0.03 | 0.32 | 0 | 0 | 294.88 | 1 | 0.84 |
| Hex | F8 | AD | FF | 3 | 20 | 0 | 0 | 127 | 64 | 54 |
| Octal | 370 | 255 | 377 | 3 | 40 | 0 | 0 | 447 | 144 | 124 |
| Binary | 11111000 | 10101101 | 11111111 | 11 | 100000 | 0 | 0 | 100100111 | 1100100 | 1010100 |
Color Harmonies of #F8ADFF
Complementary color
Monochromatic Colors of #F8ADFF
Black with #F8ADFF
Text Example
Text Example
White with #F8ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADFF; }
p { color: rgb(248,173,255); }
H1.HeaderClassName
{
color: #F8ADFF;
}
.AnyTagClassName
{
color: #F8ADFF;
}
</style>
background-color css
<style>
a { background-color: #F8ADFF; }
a { background-color: rgb(248,173,255); }
div.DivClassName
{
background-color: #F8ADFF;
}
.BgClassName
{
background-color: #F8ADFF;
}
</style>
border-color css
<style>
span { border-color: #F8ADFF; }
span { border-color: rgb(248,173,255); }
td.TdClassName
{
border-color: #F8ADFF;
}
.TagClassName
{
border-color: #F8ADFF;
}
</style>