Shades of Mauve #F4A8FE
Tints of Mauve #F4A8FE
RGB
CMYK
RGB Variations
Color information
#F4A8FE (or 0xF4A8FE) is known color: Mauve. HEX triplet: F4, A8 and FE. RGB value is (244,168,254). Sum of RGB (Red+Green+Blue) = 244+168+254=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 168 (66.02% from 255 or 25.23% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4A8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A8FE is #0B5701. Grayscale: #C8C8C8. Windows color (decimal): -743170 or 16689396. OLE color: 16689396.
HSL color Cylindrical-coordinate representation of color #F4A8FE: hue angle of 293.02º 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 #F4A8FE is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 168 | 254 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.00 |
| HSL | 293.02º | 0.98% | 0.83% | - |
| HSV(B) | 293.02º | 0.34% | 1% | - |
| XYZ | 69.2 | 54.39 | 100.62 | - |
| YUV | 200.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 254 | 0.04 | 0.34 | 0 | 0.00 | 293.02 | 0.98 | 0.83 |
| Hex | F4 | A8 | FE | 4 | 22 | 0 | 0 | 125 | 62 | 53 |
| Octal | 364 | 250 | 376 | 4 | 42 | 0 | 0 | 445 | 142 | 123 |
| Binary | 11110100 | 10101000 | 11111110 | 100 | 100010 | 0 | 0 | 100100101 | 1100010 | 1010011 |
Color Harmonies of #F4A8FE
Complementary color
Monochromatic Colors of #F4A8FE
Black with #F4A8FE
Text Example
Text Example
White with #F4A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A8FE; }
p { color: rgb(244,168,254); }
H1.HeaderClassName
{
color: #F4A8FE;
}
.AnyTagClassName
{
color: #F4A8FE;
}
</style>
background-color css
<style>
a { background-color: #F4A8FE; }
a { background-color: rgb(244,168,254); }
div.DivClassName
{
background-color: #F4A8FE;
}
.BgClassName
{
background-color: #F4A8FE;
}
</style>
border-color css
<style>
span { border-color: #F4A8FE; }
span { border-color: rgb(244,168,254); }
td.TdClassName
{
border-color: #F4A8FE;
}
.TagClassName
{
border-color: #F4A8FE;
}
</style>