Shades of Mauve #F4A4FB
Tints of Mauve #F4A4FB
RGB
CMYK
RGB Variations
Color information
#F4A4FB (or 0xF4A4FB) is known color: Mauve. HEX triplet: F4, A4 and FB. RGB value is (244,164,251). Sum of RGB (Red+Green+Blue) = 244+164+251=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 164 (64.45% from 255 or 24.89% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4A4FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A4FB is #0B5B04. Grayscale: #C5C5C5. Windows color (decimal): -744197 or 16491764. OLE color: 16491764.
HSL color Cylindrical-coordinate representation of color #F4A4FB: hue angle of 295.17º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F4A4FB is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 164 | 251 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.02 |
| HSL | 295.17º | 0.92% | 0.81% | - |
| HSV(B) | 295.17º | 0.35% | 0.98% | - |
| XYZ | 68 | 52.75 | 97.86 | - |
| YUV | 197.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 251 | 0.03 | 0.35 | 0 | 0.02 | 295.17 | 0.92 | 0.81 |
| Hex | F4 | A4 | FB | 3 | 23 | 0 | 2 | 127 | 5C | 51 |
| Octal | 364 | 244 | 373 | 3 | 43 | 0 | 2 | 447 | 134 | 121 |
| Binary | 11110100 | 10100100 | 11111011 | 11 | 100011 | 0 | 10 | 100100111 | 1011100 | 1010001 |
Color Harmonies of #F4A4FB
Complementary color
Monochromatic Colors of #F4A4FB
Black with #F4A4FB
Text Example
Text Example
White with #F4A4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A4FB; }
p { color: rgb(244,164,251); }
H1.HeaderClassName
{
color: #F4A4FB;
}
.AnyTagClassName
{
color: #F4A4FB;
}
</style>
background-color css
<style>
a { background-color: #F4A4FB; }
a { background-color: rgb(244,164,251); }
div.DivClassName
{
background-color: #F4A4FB;
}
.BgClassName
{
background-color: #F4A4FB;
}
</style>
border-color css
<style>
span { border-color: #F4A4FB; }
span { border-color: rgb(244,164,251); }
td.TdClassName
{
border-color: #F4A4FB;
}
.TagClassName
{
border-color: #F4A4FB;
}
</style>