Shades of Mauve #F3ADFE
Tints of Mauve #F3ADFE
RGB
CMYK
RGB Variations
Color information
#F3ADFE (or 0xF3ADFE) is known color: Mauve. HEX triplet: F3, AD and FE. RGB value is (243,173,254). Sum of RGB (Red+Green+Blue) = 243+173+254=670 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.27% from 670); Green value is 173 (67.97% from 255 or 25.82% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3ADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ADFE is #0C5201. Grayscale: #CACACA. Windows color (decimal): -807426 or 16690675. OLE color: 16690675.
HSL color Cylindrical-coordinate representation of color #F3ADFE: hue angle of 291.85º 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 #F3ADFE is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 173 | 254 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.00 |
| HSL | 291.85º | 0.98% | 0.84% | - |
| HSV(B) | 291.85º | 0.32% | 1% | - |
| XYZ | 69.8 | 56.1 | 100.92 | - |
| YUV | 203.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 254 | 0.04 | 0.32 | 0 | 0.00 | 291.85 | 0.98 | 0.84 |
| Hex | F3 | AD | FE | 4 | 20 | 0 | 0 | 124 | 62 | 54 |
| Octal | 363 | 255 | 376 | 4 | 40 | 0 | 0 | 444 | 142 | 124 |
| Binary | 11110011 | 10101101 | 11111110 | 100 | 100000 | 0 | 0 | 100100100 | 1100010 | 1010100 |
Color Harmonies of #F3ADFE
Complementary color
Monochromatic Colors of #F3ADFE
Black with #F3ADFE
Text Example
Text Example
White with #F3ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADFE; }
p { color: rgb(243,173,254); }
H1.HeaderClassName
{
color: #F3ADFE;
}
.AnyTagClassName
{
color: #F3ADFE;
}
</style>
background-color css
<style>
a { background-color: #F3ADFE; }
a { background-color: rgb(243,173,254); }
div.DivClassName
{
background-color: #F3ADFE;
}
.BgClassName
{
background-color: #F3ADFE;
}
</style>
border-color css
<style>
span { border-color: #F3ADFE; }
span { border-color: rgb(243,173,254); }
td.TdClassName
{
border-color: #F3ADFE;
}
.TagClassName
{
border-color: #F3ADFE;
}
</style>