Shades of Mauve #F4A3FE
Tints of Mauve #F4A3FE
RGB
CMYK
RGB Variations
Color information
#F4A3FE (or 0xF4A3FE) is known color: Mauve. HEX triplet: F4, A3 and FE. RGB value is (244,163,254). Sum of RGB (Red+Green+Blue) = 244+163+254=661 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.91% from 661); Green value is 163 (64.06% from 255 or 24.66% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4A3FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A3FE is #0B5C01. Grayscale: #C5C5C5. Windows color (decimal): -744450 or 16688116. OLE color: 16688116.
HSL color Cylindrical-coordinate representation of color #F4A3FE: hue angle of 293.41º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F4A3FE is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 163 | 254 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.00 |
| HSL | 293.41º | 0.98% | 0.82% | - |
| HSV(B) | 293.41º | 0.36% | 1% | - |
| XYZ | 68.29 | 52.58 | 100.32 | - |
| YUV | 197.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 163 | 254 | 0.04 | 0.36 | 0 | 0.00 | 293.41 | 0.98 | 0.82 |
| Hex | F4 | A3 | FE | 4 | 24 | 0 | 0 | 125 | 62 | 52 |
| Octal | 364 | 243 | 376 | 4 | 44 | 0 | 0 | 445 | 142 | 122 |
| Binary | 11110100 | 10100011 | 11111110 | 100 | 100100 | 0 | 0 | 100100101 | 1100010 | 1010010 |
Color Harmonies of #F4A3FE
Complementary color
Monochromatic Colors of #F4A3FE
Black with #F4A3FE
Text Example
Text Example
White with #F4A3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A3FE; }
p { color: rgb(244,163,254); }
H1.HeaderClassName
{
color: #F4A3FE;
}
.AnyTagClassName
{
color: #F4A3FE;
}
</style>
background-color css
<style>
a { background-color: #F4A3FE; }
a { background-color: rgb(244,163,254); }
div.DivClassName
{
background-color: #F4A3FE;
}
.BgClassName
{
background-color: #F4A3FE;
}
</style>
border-color css
<style>
span { border-color: #F4A3FE; }
span { border-color: rgb(244,163,254); }
td.TdClassName
{
border-color: #F4A3FE;
}
.TagClassName
{
border-color: #F4A3FE;
}
</style>