Shades of Mauve #F4A9FE
Tints of Mauve #F4A9FE
RGB
CMYK
RGB Variations
Color information
#F4A9FE (or 0xF4A9FE) is known color: Mauve. HEX triplet: F4, A9 and FE. RGB value is (244,169,254). Sum of RGB (Red+Green+Blue) = 244+169+254=667 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.58% from 667); Green value is 169 (66.41% from 255 or 25.34% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4A9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A9FE is #0B5601. Grayscale: #C8C8C8. Windows color (decimal): -742914 or 16689652. OLE color: 16689652.
HSL color Cylindrical-coordinate representation of color #F4A9FE: hue angle of 292.94º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4A9FE is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 169 | 254 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.00 |
| HSL | 292.94º | 0.98% | 0.83% | - |
| HSV(B) | 292.94º | 0.33% | 1% | - |
| XYZ | 69.39 | 54.76 | 100.68 | - |
| YUV | 201.12 | 157.85 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 169 | 254 | 0.04 | 0.33 | 0 | 0.00 | 292.94 | 0.98 | 0.83 |
| Hex | F4 | A9 | FE | 4 | 21 | 0 | 0 | 125 | 62 | 53 |
| Octal | 364 | 251 | 376 | 4 | 41 | 0 | 0 | 445 | 142 | 123 |
| Binary | 11110100 | 10101001 | 11111110 | 100 | 100001 | 0 | 0 | 100100101 | 1100010 | 1010011 |
Color Harmonies of #F4A9FE
Complementary color
Monochromatic Colors of #F4A9FE
Black with #F4A9FE
Text Example
Text Example
White with #F4A9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A9FE; }
p { color: rgb(244,169,254); }
H1.HeaderClassName
{
color: #F4A9FE;
}
.AnyTagClassName
{
color: #F4A9FE;
}
</style>
background-color css
<style>
a { background-color: #F4A9FE; }
a { background-color: rgb(244,169,254); }
div.DivClassName
{
background-color: #F4A9FE;
}
.BgClassName
{
background-color: #F4A9FE;
}
</style>
border-color css
<style>
span { border-color: #F4A9FE; }
span { border-color: rgb(244,169,254); }
td.TdClassName
{
border-color: #F4A9FE;
}
.TagClassName
{
border-color: #F4A9FE;
}
</style>