Shades of Mauve #F2B7FE
Tints of Mauve #F2B7FE
RGB
CMYK
RGB Variations
Color information
#F2B7FE (or 0xF2B7FE) is known color: Mauve. HEX triplet: F2, B7 and FE. RGB value is (242,183,254). Sum of RGB (Red+Green+Blue) = 242+183+254=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 183 (71.88% from 255 or 26.95% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2B7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B7FE is #0D4801. Grayscale: #D0D0D0. Windows color (decimal): -870402 or 16693234. OLE color: 16693234.
HSL color Cylindrical-coordinate representation of color #F2B7FE: hue angle of 289.86º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2B7FE is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 183 | 254 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.00 |
| HSL | 289.86º | 0.97% | 0.86% | - |
| HSV(B) | 289.86º | 0.28% | 1% | - |
| XYZ | 71.44 | 59.9 | 101.56 | - |
| YUV | 208.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 254 | 0.05 | 0.28 | 0 | 0.00 | 289.86 | 0.97 | 0.86 |
| Hex | F2 | B7 | FE | 5 | 1C | 0 | 0 | 122 | 61 | 56 |
| Octal | 362 | 267 | 376 | 5 | 34 | 0 | 0 | 442 | 141 | 126 |
| Binary | 11110010 | 10110111 | 11111110 | 101 | 11100 | 0 | 0 | 100100010 | 1100001 | 1010110 |
Color Harmonies of #F2B7FE
Complementary color
Monochromatic Colors of #F2B7FE
Black with #F2B7FE
Text Example
Text Example
White with #F2B7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B7FE; }
p { color: rgb(242,183,254); }
H1.HeaderClassName
{
color: #F2B7FE;
}
.AnyTagClassName
{
color: #F2B7FE;
}
</style>
background-color css
<style>
a { background-color: #F2B7FE; }
a { background-color: rgb(242,183,254); }
div.DivClassName
{
background-color: #F2B7FE;
}
.BgClassName
{
background-color: #F2B7FE;
}
</style>
border-color css
<style>
span { border-color: #F2B7FE; }
span { border-color: rgb(242,183,254); }
td.TdClassName
{
border-color: #F2B7FE;
}
.TagClassName
{
border-color: #F2B7FE;
}
</style>