Shades of Mauve #F2ACFC
Tints of Mauve #F2ACFC
RGB
CMYK
RGB Variations
Color information
#F2ACFC (or 0xF2ACFC) is known color: Mauve. HEX triplet: F2, AC and FC. RGB value is (242,172,252). Sum of RGB (Red+Green+Blue) = 242+172+252=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 172 (67.58% from 255 or 25.83% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2ACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ACFC is #0D5303. Grayscale: #C9C9C9. Windows color (decimal): -873220 or 16559346. OLE color: 16559346.
HSL color Cylindrical-coordinate representation of color #F2ACFC: hue angle of 292.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2ACFC is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 172 | 252 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.01 |
| HSL | 292.5º | 0.93% | 0.83% | - |
| HSV(B) | 292.5º | 0.32% | 0.99% | - |
| XYZ | 68.94 | 55.41 | 99.16 | - |
| YUV | 202.05 | 156.19 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 252 | 0.04 | 0.32 | 0 | 0.01 | 292.5 | 0.93 | 0.83 |
| Hex | F2 | AC | FC | 4 | 20 | 0 | 1 | 124 | 5D | 53 |
| Octal | 362 | 254 | 374 | 4 | 40 | 0 | 1 | 444 | 135 | 123 |
| Binary | 11110010 | 10101100 | 11111100 | 100 | 100000 | 0 | 1 | 100100100 | 1011101 | 1010011 |
Color Harmonies of #F2ACFC
Complementary color
Monochromatic Colors of #F2ACFC
Black with #F2ACFC
Text Example
Text Example
White with #F2ACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ACFC; }
p { color: rgb(242,172,252); }
H1.HeaderClassName
{
color: #F2ACFC;
}
.AnyTagClassName
{
color: #F2ACFC;
}
</style>
background-color css
<style>
a { background-color: #F2ACFC; }
a { background-color: rgb(242,172,252); }
div.DivClassName
{
background-color: #F2ACFC;
}
.BgClassName
{
background-color: #F2ACFC;
}
</style>
border-color css
<style>
span { border-color: #F2ACFC; }
span { border-color: rgb(242,172,252); }
td.TdClassName
{
border-color: #F2ACFC;
}
.TagClassName
{
border-color: #F2ACFC;
}
</style>