Shades of Mauve #F2BFF9
Tints of Mauve #F2BFF9
RGB
CMYK
RGB Variations
Color information
#F2BFF9 (or 0xF2BFF9) is known color: Mauve. HEX triplet: F2, BF and F9. RGB value is (242,191,249). Sum of RGB (Red+Green+Blue) = 242+191+249=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2BFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFF9 is #0D4006. Grayscale: #D4D4D4. Windows color (decimal): -868359 or 16367602. OLE color: 16367602.
HSL color Cylindrical-coordinate representation of color #F2BFF9: hue angle of 292.76º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BFF9 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 191 | 249 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.02 |
| HSL | 292.76º | 0.83% | 0.86% | - |
| HSV(B) | 292.76º | 0.23% | 0.98% | - |
| XYZ | 72.35 | 62.98 | 97.97 | - |
| YUV | 212.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 249 | 0.03 | 0.23 | 0 | 0.02 | 292.76 | 0.83 | 0.86 |
| Hex | F2 | BF | F9 | 3 | 17 | 0 | 2 | 125 | 53 | 56 |
| Octal | 362 | 277 | 371 | 3 | 27 | 0 | 2 | 445 | 123 | 126 |
| Binary | 11110010 | 10111111 | 11111001 | 11 | 10111 | 0 | 10 | 100100101 | 1010011 | 1010110 |
Color Harmonies of #F2BFF9
Complementary color
Monochromatic Colors of #F2BFF9
Black with #F2BFF9
Text Example
Text Example
White with #F2BFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFF9; }
p { color: rgb(242,191,249); }
H1.HeaderClassName
{
color: #F2BFF9;
}
.AnyTagClassName
{
color: #F2BFF9;
}
</style>
background-color css
<style>
a { background-color: #F2BFF9; }
a { background-color: rgb(242,191,249); }
div.DivClassName
{
background-color: #F2BFF9;
}
.BgClassName
{
background-color: #F2BFF9;
}
</style>
border-color css
<style>
span { border-color: #F2BFF9; }
span { border-color: rgb(242,191,249); }
td.TdClassName
{
border-color: #F2BFF9;
}
.TagClassName
{
border-color: #F2BFF9;
}
</style>