Shades of Mauve #F3A6FF
Tints of Mauve #F3A6FF
RGB
CMYK
RGB Variations
Color information
#F3A6FF (or 0xF3A6FF) is known color: Mauve. HEX triplet: F3, A6 and FF. RGB value is (243,166,255). Sum of RGB (Red+Green+Blue) = 243+166+255=664 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.60% from 664); Green value is 166 (65.23% from 255 or 25% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3A6FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A6FF is #0C5900. Grayscale: #C6C6C6. Windows color (decimal): -809217 or 16754419. OLE color: 16754419.
HSL color Cylindrical-coordinate representation of color #F3A6FF: hue angle of 291.91º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3A6FF is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 166 | 255 | - |
| CMYK | 0.05 | 0.35 | 0 | 0 |
| HSL | 291.91º | 1% | 0.83% | - |
| HSV(B) | 291.91º | 0.35% | 1% | - |
| XYZ | 68.65 | 53.55 | 101.33 | - |
| YUV | 199.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 255 | 0.05 | 0.35 | 0 | 0 | 291.91 | 1 | 0.83 |
| Hex | F3 | A6 | FF | 5 | 23 | 0 | 0 | 124 | 64 | 53 |
| Octal | 363 | 246 | 377 | 5 | 43 | 0 | 0 | 444 | 144 | 123 |
| Binary | 11110011 | 10100110 | 11111111 | 101 | 100011 | 0 | 0 | 100100100 | 1100100 | 1010011 |
Color Harmonies of #F3A6FF
Complementary color
Monochromatic Colors of #F3A6FF
Black with #F3A6FF
Text Example
Text Example
White with #F3A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A6FF; }
p { color: rgb(243,166,255); }
H1.HeaderClassName
{
color: #F3A6FF;
}
.AnyTagClassName
{
color: #F3A6FF;
}
</style>
background-color css
<style>
a { background-color: #F3A6FF; }
a { background-color: rgb(243,166,255); }
div.DivClassName
{
background-color: #F3A6FF;
}
.BgClassName
{
background-color: #F3A6FF;
}
</style>
border-color css
<style>
span { border-color: #F3A6FF; }
span { border-color: rgb(243,166,255); }
td.TdClassName
{
border-color: #F3A6FF;
}
.TagClassName
{
border-color: #F3A6FF;
}
</style>