Shades of Mauve #F3A5FE
Tints of Mauve #F3A5FE
RGB
CMYK
RGB Variations
Color information
#F3A5FE (or 0xF3A5FE) is known color: Mauve. HEX triplet: F3, A5 and FE. RGB value is (243,165,254). Sum of RGB (Red+Green+Blue) = 243+165+254=662 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.71% from 662); Green value is 165 (64.84% from 255 or 24.92% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3A5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A5FE is #0C5A01. Grayscale: #C6C6C6. Windows color (decimal): -809474 or 16688627. OLE color: 16688627.
HSL color Cylindrical-coordinate representation of color #F3A5FE: hue angle of 292.58º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3A5FE is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 165 | 254 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.00 |
| HSL | 292.58º | 0.98% | 0.82% | - |
| HSV(B) | 292.58º | 0.35% | 1% | - |
| XYZ | 68.31 | 53.12 | 100.42 | - |
| YUV | 198.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 165 | 254 | 0.04 | 0.35 | 0 | 0.00 | 292.58 | 0.98 | 0.82 |
| Hex | F3 | A5 | FE | 4 | 23 | 0 | 0 | 125 | 62 | 52 |
| Octal | 363 | 245 | 376 | 4 | 43 | 0 | 0 | 445 | 142 | 122 |
| Binary | 11110011 | 10100101 | 11111110 | 100 | 100011 | 0 | 0 | 100100101 | 1100010 | 1010010 |
Color Harmonies of #F3A5FE
Complementary color
Monochromatic Colors of #F3A5FE
Black with #F3A5FE
Text Example
Text Example
White with #F3A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A5FE; }
p { color: rgb(243,165,254); }
H1.HeaderClassName
{
color: #F3A5FE;
}
.AnyTagClassName
{
color: #F3A5FE;
}
</style>
background-color css
<style>
a { background-color: #F3A5FE; }
a { background-color: rgb(243,165,254); }
div.DivClassName
{
background-color: #F3A5FE;
}
.BgClassName
{
background-color: #F3A5FE;
}
</style>
border-color css
<style>
span { border-color: #F3A5FE; }
span { border-color: rgb(243,165,254); }
td.TdClassName
{
border-color: #F3A5FE;
}
.TagClassName
{
border-color: #F3A5FE;
}
</style>