Shades of Mauve #F8ADFD
Tints of Mauve #F8ADFD
RGB
CMYK
RGB Variations
Color information
#F8ADFD (or 0xF8ADFD) is known color: Mauve. HEX triplet: F8, AD and FD. RGB value is (248,173,253). Sum of RGB (Red+Green+Blue) = 248+173+253=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 173 (67.97% from 255 or 25.67% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ADFD is #075202. Grayscale: #CCCCCC. Windows color (decimal): -479747 or 16625144. OLE color: 16625144.
HSL color Cylindrical-coordinate representation of color #F8ADFD: hue angle of 296.25º 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 #F8ADFD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 173 | 253 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.01 |
| HSL | 296.25º | 0.95% | 0.84% | - |
| HSV(B) | 296.25º | 0.32% | 0.99% | - |
| XYZ | 71.38 | 56.94 | 100.16 | - |
| YUV | 204.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 253 | 0.02 | 0.32 | 0 | 0.01 | 296.25 | 0.95 | 0.84 |
| Hex | F8 | AD | FD | 2 | 20 | 0 | 1 | 128 | 5F | 54 |
| Octal | 370 | 255 | 375 | 2 | 40 | 0 | 1 | 450 | 137 | 124 |
| Binary | 11111000 | 10101101 | 11111101 | 10 | 100000 | 0 | 1 | 100101000 | 1011111 | 1010100 |
Color Harmonies of #F8ADFD
Complementary color
Monochromatic Colors of #F8ADFD
Black with #F8ADFD
Text Example
Text Example
White with #F8ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADFD; }
p { color: rgb(248,173,253); }
H1.HeaderClassName
{
color: #F8ADFD;
}
.AnyTagClassName
{
color: #F8ADFD;
}
</style>
background-color css
<style>
a { background-color: #F8ADFD; }
a { background-color: rgb(248,173,253); }
div.DivClassName
{
background-color: #F8ADFD;
}
.BgClassName
{
background-color: #F8ADFD;
}
</style>
border-color css
<style>
span { border-color: #F8ADFD; }
span { border-color: rgb(248,173,253); }
td.TdClassName
{
border-color: #F8ADFD;
}
.TagClassName
{
border-color: #F8ADFD;
}
</style>