Shades of Mauve #F3A8FC
Tints of Mauve #F3A8FC
RGB
CMYK
RGB Variations
Color information
#F3A8FC (or 0xF3A8FC) is known color: Mauve. HEX triplet: F3, A8 and FC. RGB value is (243,168,252). Sum of RGB (Red+Green+Blue) = 243+168+252=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 168 (66.02% from 255 or 25.34% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #F3A8FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A8FC is #0C5703. Grayscale: #C7C7C7. Windows color (decimal): -808708 or 16558323. OLE color: 16558323.
HSL color Cylindrical-coordinate representation of color #F3A8FC: hue angle of 293.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A8FC is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 168 | 252 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.01 |
| HSL | 293.57º | 0.93% | 0.82% | - |
| HSV(B) | 293.57º | 0.33% | 0.99% | - |
| XYZ | 68.54 | 54.09 | 98.92 | - |
| YUV | 200 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 252 | 0.04 | 0.33 | 0 | 0.01 | 293.57 | 0.93 | 0.82 |
| Hex | F3 | A8 | FC | 4 | 21 | 0 | 1 | 126 | 5D | 52 |
| Octal | 363 | 250 | 374 | 4 | 41 | 0 | 1 | 446 | 135 | 122 |
| Binary | 11110011 | 10101000 | 11111100 | 100 | 100001 | 0 | 1 | 100100110 | 1011101 | 1010010 |
Color Harmonies of #F3A8FC
Complementary color
Monochromatic Colors of #F3A8FC
Black with #F3A8FC
Text Example
Text Example
White with #F3A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8FC; }
p { color: rgb(243,168,252); }
H1.HeaderClassName
{
color: #F3A8FC;
}
.AnyTagClassName
{
color: #F3A8FC;
}
</style>
background-color css
<style>
a { background-color: #F3A8FC; }
a { background-color: rgb(243,168,252); }
div.DivClassName
{
background-color: #F3A8FC;
}
.BgClassName
{
background-color: #F3A8FC;
}
</style>
border-color css
<style>
span { border-color: #F3A8FC; }
span { border-color: rgb(243,168,252); }
td.TdClassName
{
border-color: #F3A8FC;
}
.TagClassName
{
border-color: #F3A8FC;
}
</style>