Shades of Mauve #F2B4FB
Tints of Mauve #F2B4FB
RGB
CMYK
RGB Variations
Color information
#F2B4FB (or 0xF2B4FB) is known color: Mauve. HEX triplet: F2, B4 and FB. RGB value is (242,180,251). Sum of RGB (Red+Green+Blue) = 242+180+251=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 180 (70.70% from 255 or 26.75% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2B4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B4FB is #0D4B04. Grayscale: #CECECE. Windows color (decimal): -871173 or 16495858. OLE color: 16495858.
HSL color Cylindrical-coordinate representation of color #F2B4FB: hue angle of 292.39º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2B4FB is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 180 | 251 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.02 |
| HSL | 292.39º | 0.9% | 0.85% | - |
| HSV(B) | 292.39º | 0.28% | 0.98% | - |
| XYZ | 70.35 | 58.48 | 98.85 | - |
| YUV | 206.63 | 153.04 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 251 | 0.04 | 0.28 | 0 | 0.02 | 292.39 | 0.9 | 0.85 |
| Hex | F2 | B4 | FB | 4 | 1C | 0 | 2 | 124 | 5A | 55 |
| Octal | 362 | 264 | 373 | 4 | 34 | 0 | 2 | 444 | 132 | 125 |
| Binary | 11110010 | 10110100 | 11111011 | 100 | 11100 | 0 | 10 | 100100100 | 1011010 | 1010101 |
Color Harmonies of #F2B4FB
Complementary color
Monochromatic Colors of #F2B4FB
Black with #F2B4FB
Text Example
Text Example
White with #F2B4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B4FB; }
p { color: rgb(242,180,251); }
H1.HeaderClassName
{
color: #F2B4FB;
}
.AnyTagClassName
{
color: #F2B4FB;
}
</style>
background-color css
<style>
a { background-color: #F2B4FB; }
a { background-color: rgb(242,180,251); }
div.DivClassName
{
background-color: #F2B4FB;
}
.BgClassName
{
background-color: #F2B4FB;
}
</style>
border-color css
<style>
span { border-color: #F2B4FB; }
span { border-color: rgb(242,180,251); }
td.TdClassName
{
border-color: #F2B4FB;
}
.TagClassName
{
border-color: #F2B4FB;
}
</style>