Shades of Mauve #F4B4FA
Tints of Mauve #F4B4FA
RGB
CMYK
RGB Variations
Color information
#F4B4FA (or 0xF4B4FA) is known color: Mauve. HEX triplet: F4, B4 and FA. RGB value is (244,180,250). Sum of RGB (Red+Green+Blue) = 244+180+250=674 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.20% from 674); Green value is 180 (70.70% from 255 or 26.71% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4B4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B4FA is #0B4B05. Grayscale: #CECECE. Windows color (decimal): -740102 or 16430324. OLE color: 16430324.
HSL color Cylindrical-coordinate representation of color #F4B4FA: hue angle of 294.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B4FA is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 180 | 250 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.02 |
| HSL | 294.86º | 0.88% | 0.84% | - |
| HSV(B) | 294.86º | 0.28% | 0.98% | - |
| XYZ | 70.88 | 58.78 | 98.05 | - |
| YUV | 207.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 180 | 250 | 0.02 | 0.28 | 0 | 0.02 | 294.86 | 0.88 | 0.84 |
| Hex | F4 | B4 | FA | 2 | 1C | 0 | 2 | 127 | 58 | 54 |
| Octal | 364 | 264 | 372 | 2 | 34 | 0 | 2 | 447 | 130 | 124 |
| Binary | 11110100 | 10110100 | 11111010 | 10 | 11100 | 0 | 10 | 100100111 | 1011000 | 1010100 |
Color Harmonies of #F4B4FA
Complementary color
Monochromatic Colors of #F4B4FA
Black with #F4B4FA
Text Example
Text Example
White with #F4B4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B4FA; }
p { color: rgb(244,180,250); }
H1.HeaderClassName
{
color: #F4B4FA;
}
.AnyTagClassName
{
color: #F4B4FA;
}
</style>
background-color css
<style>
a { background-color: #F4B4FA; }
a { background-color: rgb(244,180,250); }
div.DivClassName
{
background-color: #F4B4FA;
}
.BgClassName
{
background-color: #F4B4FA;
}
</style>
border-color css
<style>
span { border-color: #F4B4FA; }
span { border-color: rgb(244,180,250); }
td.TdClassName
{
border-color: #F4B4FA;
}
.TagClassName
{
border-color: #F4B4FA;
}
</style>