Shades of Mauve #F2ACF8
Tints of Mauve #F2ACF8
RGB
CMYK
RGB Variations
Color information
#F2ACF8 (or 0xF2ACF8) is known color: Mauve. HEX triplet: F2, AC and F8. RGB value is (242,172,248). Sum of RGB (Red+Green+Blue) = 242+172+248=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 172 (67.58% from 255 or 25.98% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2ACF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ACF8 is #0D5307. Grayscale: #C9C9C9. Windows color (decimal): -873224 or 16297202. OLE color: 16297202.
HSL color Cylindrical-coordinate representation of color #F2ACF8: hue angle of 295.26º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2ACF8 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 172 | 248 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.03 |
| HSL | 295.26º | 0.84% | 0.82% | - |
| HSV(B) | 295.26º | 0.31% | 0.97% | - |
| XYZ | 68.31 | 55.16 | 95.85 | - |
| YUV | 201.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 248 | 0.02 | 0.31 | 0 | 0.03 | 295.26 | 0.84 | 0.82 |
| Hex | F2 | AC | F8 | 2 | 1F | 0 | 3 | 127 | 54 | 52 |
| Octal | 362 | 254 | 370 | 2 | 37 | 0 | 3 | 447 | 124 | 122 |
| Binary | 11110010 | 10101100 | 11111000 | 10 | 11111 | 0 | 11 | 100100111 | 1010100 | 1010010 |
Color Harmonies of #F2ACF8
Complementary color
Monochromatic Colors of #F2ACF8
Black with #F2ACF8
Text Example
Text Example
White with #F2ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ACF8; }
p { color: rgb(242,172,248); }
H1.HeaderClassName
{
color: #F2ACF8;
}
.AnyTagClassName
{
color: #F2ACF8;
}
</style>
background-color css
<style>
a { background-color: #F2ACF8; }
a { background-color: rgb(242,172,248); }
div.DivClassName
{
background-color: #F2ACF8;
}
.BgClassName
{
background-color: #F2ACF8;
}
</style>
border-color css
<style>
span { border-color: #F2ACF8; }
span { border-color: rgb(242,172,248); }
td.TdClassName
{
border-color: #F2ACF8;
}
.TagClassName
{
border-color: #F2ACF8;
}
</style>