Shades of Mauve #F3A8FE
Tints of Mauve #F3A8FE
RGB
CMYK
RGB Variations
Color information
#F3A8FE (or 0xF3A8FE) is known color: Mauve. HEX triplet: F3, A8 and FE. RGB value is (243,168,254). Sum of RGB (Red+Green+Blue) = 243+168+254=665 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.54% from 665); Green value is 168 (66.02% from 255 or 25.26% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3A8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A8FE is #0C5701. Grayscale: #C7C7C7. Windows color (decimal): -808706 or 16689395. OLE color: 16689395.
HSL color Cylindrical-coordinate representation of color #F3A8FE: hue angle of 292.33º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F3A8FE is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 168 | 254 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.00 |
| HSL | 292.33º | 0.98% | 0.83% | - |
| HSV(B) | 292.33º | 0.34% | 1% | - |
| XYZ | 68.85 | 54.22 | 100.6 | - |
| YUV | 200.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 254 | 0.04 | 0.34 | 0 | 0.00 | 292.33 | 0.98 | 0.83 |
| Hex | F3 | A8 | FE | 4 | 22 | 0 | 0 | 124 | 62 | 53 |
| Octal | 363 | 250 | 376 | 4 | 42 | 0 | 0 | 444 | 142 | 123 |
| Binary | 11110011 | 10101000 | 11111110 | 100 | 100010 | 0 | 0 | 100100100 | 1100010 | 1010011 |
Color Harmonies of #F3A8FE
Complementary color
Monochromatic Colors of #F3A8FE
Black with #F3A8FE
Text Example
Text Example
White with #F3A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8FE; }
p { color: rgb(243,168,254); }
H1.HeaderClassName
{
color: #F3A8FE;
}
.AnyTagClassName
{
color: #F3A8FE;
}
</style>
background-color css
<style>
a { background-color: #F3A8FE; }
a { background-color: rgb(243,168,254); }
div.DivClassName
{
background-color: #F3A8FE;
}
.BgClassName
{
background-color: #F3A8FE;
}
</style>
border-color css
<style>
span { border-color: #F3A8FE; }
span { border-color: rgb(243,168,254); }
td.TdClassName
{
border-color: #F3A8FE;
}
.TagClassName
{
border-color: #F3A8FE;
}
</style>