Shades of Mauve #F3ADFF
Tints of Mauve #F3ADFF
RGB
CMYK
RGB Variations
Color information
#F3ADFF (or 0xF3ADFF) is known color: Mauve. HEX triplet: F3, AD and FF. RGB value is (243,173,255). Sum of RGB (Red+Green+Blue) = 243+173+255=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 173 (67.97% from 255 or 25.78% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3ADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ADFF is #0C5200. Grayscale: #CBCBCB. Windows color (decimal): -807425 or 16756211. OLE color: 16756211.
HSL color Cylindrical-coordinate representation of color #F3ADFF: hue angle of 291.22º 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 #F3ADFF is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 173 | 255 | - |
| CMYK | 0.05 | 0.32 | 0 | 0 |
| HSL | 291.22º | 1% | 0.84% | - |
| HSV(B) | 291.22º | 0.32% | 1% | - |
| XYZ | 69.96 | 56.16 | 101.76 | - |
| YUV | 203.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 255 | 0.05 | 0.32 | 0 | 0 | 291.22 | 1 | 0.84 |
| Hex | F3 | AD | FF | 5 | 20 | 0 | 0 | 123 | 64 | 54 |
| Octal | 363 | 255 | 377 | 5 | 40 | 0 | 0 | 443 | 144 | 124 |
| Binary | 11110011 | 10101101 | 11111111 | 101 | 100000 | 0 | 0 | 100100011 | 1100100 | 1010100 |
Color Harmonies of #F3ADFF
Complementary color
Monochromatic Colors of #F3ADFF
Black with #F3ADFF
Text Example
Text Example
White with #F3ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADFF; }
p { color: rgb(243,173,255); }
H1.HeaderClassName
{
color: #F3ADFF;
}
.AnyTagClassName
{
color: #F3ADFF;
}
</style>
background-color css
<style>
a { background-color: #F3ADFF; }
a { background-color: rgb(243,173,255); }
div.DivClassName
{
background-color: #F3ADFF;
}
.BgClassName
{
background-color: #F3ADFF;
}
</style>
border-color css
<style>
span { border-color: #F3ADFF; }
span { border-color: rgb(243,173,255); }
td.TdClassName
{
border-color: #F3ADFF;
}
.TagClassName
{
border-color: #F3ADFF;
}
</style>