Shades of Mauve #F9A8FE
Tints of Mauve #F9A8FE
RGB
CMYK
RGB Variations
Color information
#F9A8FE (or 0xF9A8FE) is known color: Mauve. HEX triplet: F9, A8 and FE. RGB value is (249,168,254). Sum of RGB (Red+Green+Blue) = 249+168+254=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 168 (66.02% from 255 or 25.04% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9A8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A8FE is #065701. Grayscale: #C9C9C9. Windows color (decimal): -415490 or 16689401. OLE color: 16689401.
HSL color Cylindrical-coordinate representation of color #F9A8FE: hue angle of 296.51º 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 #F9A8FE is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 168 | 254 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.00 |
| HSL | 296.51º | 0.98% | 0.83% | - |
| HSV(B) | 296.51º | 0.34% | 1% | - |
| XYZ | 70.96 | 55.3 | 100.7 | - |
| YUV | 202.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 254 | 0.02 | 0.34 | 0 | 0.00 | 296.51 | 0.98 | 0.83 |
| Hex | F9 | A8 | FE | 2 | 22 | 0 | 0 | 129 | 62 | 53 |
| Octal | 371 | 250 | 376 | 2 | 42 | 0 | 0 | 451 | 142 | 123 |
| Binary | 11111001 | 10101000 | 11111110 | 10 | 100010 | 0 | 0 | 100101001 | 1100010 | 1010011 |
Color Harmonies of #F9A8FE
Complementary color
Monochromatic Colors of #F9A8FE
Black with #F9A8FE
Text Example
Text Example
White with #F9A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A8FE; }
p { color: rgb(249,168,254); }
H1.HeaderClassName
{
color: #F9A8FE;
}
.AnyTagClassName
{
color: #F9A8FE;
}
</style>
background-color css
<style>
a { background-color: #F9A8FE; }
a { background-color: rgb(249,168,254); }
div.DivClassName
{
background-color: #F9A8FE;
}
.BgClassName
{
background-color: #F9A8FE;
}
</style>
border-color css
<style>
span { border-color: #F9A8FE; }
span { border-color: rgb(249,168,254); }
td.TdClassName
{
border-color: #F9A8FE;
}
.TagClassName
{
border-color: #F9A8FE;
}
</style>