Shades of Mauve #F4ADFE
Tints of Mauve #F4ADFE
RGB
CMYK
RGB Variations
Color information
#F4ADFE (or 0xF4ADFE) is known color: Mauve. HEX triplet: F4, AD and FE. RGB value is (244,173,254). Sum of RGB (Red+Green+Blue) = 244+173+254=671 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.36% from 671); Green value is 173 (67.97% from 255 or 25.78% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4ADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4ADFE is #0B5201. Grayscale: #CBCBCB. Windows color (decimal): -741890 or 16690676. OLE color: 16690676.
HSL color Cylindrical-coordinate representation of color #F4ADFE: hue angle of 292.59º 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 #F4ADFE is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 173 | 254 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.00 |
| HSL | 292.59º | 0.98% | 0.84% | - |
| HSV(B) | 292.59º | 0.32% | 1% | - |
| XYZ | 70.14 | 56.28 | 100.93 | - |
| YUV | 203.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 254 | 0.04 | 0.32 | 0 | 0.00 | 292.59 | 0.98 | 0.84 |
| Hex | F4 | AD | FE | 4 | 20 | 0 | 0 | 125 | 62 | 54 |
| Octal | 364 | 255 | 376 | 4 | 40 | 0 | 0 | 445 | 142 | 124 |
| Binary | 11110100 | 10101101 | 11111110 | 100 | 100000 | 0 | 0 | 100100101 | 1100010 | 1010100 |
Color Harmonies of #F4ADFE
Complementary color
Monochromatic Colors of #F4ADFE
Black with #F4ADFE
Text Example
Text Example
White with #F4ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ADFE; }
p { color: rgb(244,173,254); }
H1.HeaderClassName
{
color: #F4ADFE;
}
.AnyTagClassName
{
color: #F4ADFE;
}
</style>
background-color css
<style>
a { background-color: #F4ADFE; }
a { background-color: rgb(244,173,254); }
div.DivClassName
{
background-color: #F4ADFE;
}
.BgClassName
{
background-color: #F4ADFE;
}
</style>
border-color css
<style>
span { border-color: #F4ADFE; }
span { border-color: rgb(244,173,254); }
td.TdClassName
{
border-color: #F4ADFE;
}
.TagClassName
{
border-color: #F4ADFE;
}
</style>