Shades of Mauve #F4B0FA
Tints of Mauve #F4B0FA
RGB
CMYK
RGB Variations
Color information
#F4B0FA (or 0xF4B0FA) is known color: Mauve. HEX triplet: F4, B0 and FA. RGB value is (244,176,250). Sum of RGB (Red+Green+Blue) = 244+176+250=670 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.42% from 670); Green value is 176 (69.14% from 255 or 26.27% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4B0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4B0FA is #0B4F05. Grayscale: #CCCCCC. Windows color (decimal): -741126 or 16429300. OLE color: 16429300.
HSL color Cylindrical-coordinate representation of color #F4B0FA: hue angle of 295.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4B0FA is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 176 | 250 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.02 |
| HSL | 295.14º | 0.88% | 0.84% | - |
| HSV(B) | 295.14º | 0.3% | 0.98% | - |
| XYZ | 70.09 | 57.19 | 97.79 | - |
| YUV | 204.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 176 | 250 | 0.02 | 0.30 | 0 | 0.02 | 295.14 | 0.88 | 0.84 |
| Hex | F4 | B0 | FA | 2 | 1E | 0 | 2 | 127 | 58 | 54 |
| Octal | 364 | 260 | 372 | 2 | 36 | 0 | 2 | 447 | 130 | 124 |
| Binary | 11110100 | 10110000 | 11111010 | 10 | 11110 | 0 | 10 | 100100111 | 1011000 | 1010100 |
Color Harmonies of #F4B0FA
Complementary color
Monochromatic Colors of #F4B0FA
Black with #F4B0FA
Text Example
Text Example
White with #F4B0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B0FA; }
p { color: rgb(244,176,250); }
H1.HeaderClassName
{
color: #F4B0FA;
}
.AnyTagClassName
{
color: #F4B0FA;
}
</style>
background-color css
<style>
a { background-color: #F4B0FA; }
a { background-color: rgb(244,176,250); }
div.DivClassName
{
background-color: #F4B0FA;
}
.BgClassName
{
background-color: #F4B0FA;
}
</style>
border-color css
<style>
span { border-color: #F4B0FA; }
span { border-color: rgb(244,176,250); }
td.TdClassName
{
border-color: #F4B0FA;
}
.TagClassName
{
border-color: #F4B0FA;
}
</style>