Shades of Mauve #F2ACFF
Tints of Mauve #F2ACFF
RGB
CMYK
RGB Variations
Color information
#F2ACFF (or 0xF2ACFF) is known color: Mauve. HEX triplet: F2, AC and FF. RGB value is (242,172,255). Sum of RGB (Red+Green+Blue) = 242+172+255=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 172 (67.58% from 255 or 25.71% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2ACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ACFF is #0D5300. Grayscale: #CACACA. Windows color (decimal): -873217 or 16755954. OLE color: 16755954.
HSL color Cylindrical-coordinate representation of color #F2ACFF: hue angle of 290.6º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2ACFF is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 172 | 255 | - |
| CMYK | 0.05 | 0.33 | 0 | 0 |
| HSL | 290.6º | 1% | 0.84% | - |
| HSV(B) | 290.6º | 0.33% | 1% | - |
| XYZ | 69.42 | 55.6 | 101.68 | - |
| YUV | 202.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 255 | 0.05 | 0.33 | 0 | 0 | 290.6 | 1 | 0.84 |
| Hex | F2 | AC | FF | 5 | 21 | 0 | 0 | 123 | 64 | 54 |
| Octal | 362 | 254 | 377 | 5 | 41 | 0 | 0 | 443 | 144 | 124 |
| Binary | 11110010 | 10101100 | 11111111 | 101 | 100001 | 0 | 0 | 100100011 | 1100100 | 1010100 |
Color Harmonies of #F2ACFF
Complementary color
Monochromatic Colors of #F2ACFF
Black with #F2ACFF
Text Example
Text Example
White with #F2ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ACFF; }
p { color: rgb(242,172,255); }
H1.HeaderClassName
{
color: #F2ACFF;
}
.AnyTagClassName
{
color: #F2ACFF;
}
</style>
background-color css
<style>
a { background-color: #F2ACFF; }
a { background-color: rgb(242,172,255); }
div.DivClassName
{
background-color: #F2ACFF;
}
.BgClassName
{
background-color: #F2ACFF;
}
</style>
border-color css
<style>
span { border-color: #F2ACFF; }
span { border-color: rgb(242,172,255); }
td.TdClassName
{
border-color: #F2ACFF;
}
.TagClassName
{
border-color: #F2ACFF;
}
</style>