Shades of Mauve #F2A4FC
Tints of Mauve #F2A4FC
RGB
CMYK
RGB Variations
Color information
#F2A4FC (or 0xF2A4FC) is known color: Mauve. HEX triplet: F2, A4 and FC. RGB value is (242,164,252). Sum of RGB (Red+Green+Blue) = 242+164+252=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 164 (64.45% from 255 or 24.92% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2A4FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A4FC is #0D5B03. Grayscale: #C5C5C5. Windows color (decimal): -875268 or 16557298. OLE color: 16557298.
HSL color Cylindrical-coordinate representation of color #F2A4FC: hue angle of 293.18º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2A4FC is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 164 | 252 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.01 |
| HSL | 293.18º | 0.94% | 0.82% | - |
| HSV(B) | 293.18º | 0.35% | 0.99% | - |
| XYZ | 67.46 | 52.46 | 98.66 | - |
| YUV | 197.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 164 | 252 | 0.04 | 0.35 | 0 | 0.01 | 293.18 | 0.94 | 0.82 |
| Hex | F2 | A4 | FC | 4 | 23 | 0 | 1 | 125 | 5E | 52 |
| Octal | 362 | 244 | 374 | 4 | 43 | 0 | 1 | 445 | 136 | 122 |
| Binary | 11110010 | 10100100 | 11111100 | 100 | 100011 | 0 | 1 | 100100101 | 1011110 | 1010010 |
Color Harmonies of #F2A4FC
Complementary color
Monochromatic Colors of #F2A4FC
Black with #F2A4FC
Text Example
Text Example
White with #F2A4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A4FC; }
p { color: rgb(242,164,252); }
H1.HeaderClassName
{
color: #F2A4FC;
}
.AnyTagClassName
{
color: #F2A4FC;
}
</style>
background-color css
<style>
a { background-color: #F2A4FC; }
a { background-color: rgb(242,164,252); }
div.DivClassName
{
background-color: #F2A4FC;
}
.BgClassName
{
background-color: #F2A4FC;
}
</style>
border-color css
<style>
span { border-color: #F2A4FC; }
span { border-color: rgb(242,164,252); }
td.TdClassName
{
border-color: #F2A4FC;
}
.TagClassName
{
border-color: #F2A4FC;
}
</style>