Shades of Mauve #F2A8FE
Tints of Mauve #F2A8FE
RGB
CMYK
RGB Variations
Color information
#F2A8FE (or 0xF2A8FE) is known color: Mauve. HEX triplet: F2, A8 and FE. RGB value is (242,168,254). Sum of RGB (Red+Green+Blue) = 242+168+254=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 168 (66.02% from 255 or 25.30% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2A8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A8FE is #0D5701. Grayscale: #C7C7C7. Windows color (decimal): -874242 or 16689394. OLE color: 16689394.
HSL color Cylindrical-coordinate representation of color #F2A8FE: hue angle of 291.63º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2A8FE is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 168 | 254 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.00 |
| HSL | 291.63º | 0.98% | 0.83% | - |
| HSV(B) | 291.63º | 0.34% | 1% | - |
| XYZ | 68.51 | 54.04 | 100.59 | - |
| YUV | 199.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 254 | 0.05 | 0.34 | 0 | 0.00 | 291.63 | 0.98 | 0.83 |
| Hex | F2 | A8 | FE | 5 | 22 | 0 | 0 | 124 | 62 | 53 |
| Octal | 362 | 250 | 376 | 5 | 42 | 0 | 0 | 444 | 142 | 123 |
| Binary | 11110010 | 10101000 | 11111110 | 101 | 100010 | 0 | 0 | 100100100 | 1100010 | 1010011 |
Color Harmonies of #F2A8FE
Complementary color
Monochromatic Colors of #F2A8FE
Black with #F2A8FE
Text Example
Text Example
White with #F2A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A8FE; }
p { color: rgb(242,168,254); }
H1.HeaderClassName
{
color: #F2A8FE;
}
.AnyTagClassName
{
color: #F2A8FE;
}
</style>
background-color css
<style>
a { background-color: #F2A8FE; }
a { background-color: rgb(242,168,254); }
div.DivClassName
{
background-color: #F2A8FE;
}
.BgClassName
{
background-color: #F2A8FE;
}
</style>
border-color css
<style>
span { border-color: #F2A8FE; }
span { border-color: rgb(242,168,254); }
td.TdClassName
{
border-color: #F2A8FE;
}
.TagClassName
{
border-color: #F2A8FE;
}
</style>