Shades of Mauve #F4A5FB
Tints of Mauve #F4A5FB
RGB
CMYK
RGB Variations
Color information
#F4A5FB (or 0xF4A5FB) is known color: Mauve. HEX triplet: F4, A5 and FB. RGB value is (244,165,251). Sum of RGB (Red+Green+Blue) = 244+165+251=660 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.97% from 660); Green value is 165 (64.84% from 255 or 25% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4A5FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A5FB is #0B5A04. Grayscale: #C6C6C6. Windows color (decimal): -743941 or 16492020. OLE color: 16492020.
HSL color Cylindrical-coordinate representation of color #F4A5FB: hue angle of 295.12º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4A5FB is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 165 | 251 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.02 |
| HSL | 295.12º | 0.91% | 0.82% | - |
| HSV(B) | 295.12º | 0.34% | 0.98% | - |
| XYZ | 68.18 | 53.11 | 97.92 | - |
| YUV | 198.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 165 | 251 | 0.03 | 0.34 | 0 | 0.02 | 295.12 | 0.91 | 0.82 |
| Hex | F4 | A5 | FB | 3 | 22 | 0 | 2 | 127 | 5B | 52 |
| Octal | 364 | 245 | 373 | 3 | 42 | 0 | 2 | 447 | 133 | 122 |
| Binary | 11110100 | 10100101 | 11111011 | 11 | 100010 | 0 | 10 | 100100111 | 1011011 | 1010010 |
Color Harmonies of #F4A5FB
Complementary color
Monochromatic Colors of #F4A5FB
Black with #F4A5FB
Text Example
Text Example
White with #F4A5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A5FB; }
p { color: rgb(244,165,251); }
H1.HeaderClassName
{
color: #F4A5FB;
}
.AnyTagClassName
{
color: #F4A5FB;
}
</style>
background-color css
<style>
a { background-color: #F4A5FB; }
a { background-color: rgb(244,165,251); }
div.DivClassName
{
background-color: #F4A5FB;
}
.BgClassName
{
background-color: #F4A5FB;
}
</style>
border-color css
<style>
span { border-color: #F4A5FB; }
span { border-color: rgb(244,165,251); }
td.TdClassName
{
border-color: #F4A5FB;
}
.TagClassName
{
border-color: #F4A5FB;
}
</style>