Shades of Mauve #F4A7FE
Tints of Mauve #F4A7FE
RGB
CMYK
RGB Variations
Color information
#F4A7FE (or 0xF4A7FE) is known color: Mauve. HEX triplet: F4, A7 and FE. RGB value is (244,167,254). Sum of RGB (Red+Green+Blue) = 244+167+254=665 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.69% from 665); Green value is 167 (65.62% from 255 or 25.11% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4A7FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A7FE is #0B5801. Grayscale: #C7C7C7. Windows color (decimal): -743426 or 16689140. OLE color: 16689140.
HSL color Cylindrical-coordinate representation of color #F4A7FE: hue angle of 293.1º 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 #F4A7FE is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 167 | 254 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.00 |
| HSL | 293.1º | 0.98% | 0.83% | - |
| HSV(B) | 293.1º | 0.34% | 1% | - |
| XYZ | 69.02 | 54.03 | 100.56 | - |
| YUV | 199.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 167 | 254 | 0.04 | 0.34 | 0 | 0.00 | 293.1 | 0.98 | 0.83 |
| Hex | F4 | A7 | FE | 4 | 22 | 0 | 0 | 125 | 62 | 53 |
| Octal | 364 | 247 | 376 | 4 | 42 | 0 | 0 | 445 | 142 | 123 |
| Binary | 11110100 | 10100111 | 11111110 | 100 | 100010 | 0 | 0 | 100100101 | 1100010 | 1010011 |
Color Harmonies of #F4A7FE
Complementary color
Monochromatic Colors of #F4A7FE
Black with #F4A7FE
Text Example
Text Example
White with #F4A7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A7FE; }
p { color: rgb(244,167,254); }
H1.HeaderClassName
{
color: #F4A7FE;
}
.AnyTagClassName
{
color: #F4A7FE;
}
</style>
background-color css
<style>
a { background-color: #F4A7FE; }
a { background-color: rgb(244,167,254); }
div.DivClassName
{
background-color: #F4A7FE;
}
.BgClassName
{
background-color: #F4A7FE;
}
</style>
border-color css
<style>
span { border-color: #F4A7FE; }
span { border-color: rgb(244,167,254); }
td.TdClassName
{
border-color: #F4A7FE;
}
.TagClassName
{
border-color: #F4A7FE;
}
</style>