Shades of Mauve #F2B7F9
Tints of Mauve #F2B7F9
RGB
CMYK
RGB Variations
Color information
#F2B7F9 (or 0xF2B7F9) is known color: Mauve. HEX triplet: F2, B7 and F9. RGB value is (242,183,249). Sum of RGB (Red+Green+Blue) = 242+183+249=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 183 (71.88% from 255 or 27.15% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2B7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B7F9 is #0D4806. Grayscale: #CFCFCF. Windows color (decimal): -870407 or 16365554. OLE color: 16365554.
HSL color Cylindrical-coordinate representation of color #F2B7F9: hue angle of 293.64º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2B7F9 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 183 | 249 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.02 |
| HSL | 293.64º | 0.85% | 0.85% | - |
| HSV(B) | 293.64º | 0.27% | 0.98% | - |
| XYZ | 70.65 | 59.58 | 97.4 | - |
| YUV | 208.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 249 | 0.03 | 0.27 | 0 | 0.02 | 293.64 | 0.85 | 0.85 |
| Hex | F2 | B7 | F9 | 3 | 1B | 0 | 2 | 126 | 55 | 55 |
| Octal | 362 | 267 | 371 | 3 | 33 | 0 | 2 | 446 | 125 | 125 |
| Binary | 11110010 | 10110111 | 11111001 | 11 | 11011 | 0 | 10 | 100100110 | 1010101 | 1010101 |
Color Harmonies of #F2B7F9
Complementary color
Monochromatic Colors of #F2B7F9
Black with #F2B7F9
Text Example
Text Example
White with #F2B7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B7F9; }
p { color: rgb(242,183,249); }
H1.HeaderClassName
{
color: #F2B7F9;
}
.AnyTagClassName
{
color: #F2B7F9;
}
</style>
background-color css
<style>
a { background-color: #F2B7F9; }
a { background-color: rgb(242,183,249); }
div.DivClassName
{
background-color: #F2B7F9;
}
.BgClassName
{
background-color: #F2B7F9;
}
</style>
border-color css
<style>
span { border-color: #F2B7F9; }
span { border-color: rgb(242,183,249); }
td.TdClassName
{
border-color: #F2B7F9;
}
.TagClassName
{
border-color: #F2B7F9;
}
</style>