Shades of Mauve #F2BEFB
Tints of Mauve #F2BEFB
RGB
CMYK
RGB Variations
Color information
#F2BEFB (or 0xF2BEFB) is known color: Mauve. HEX triplet: F2, BE and FB. RGB value is (242,190,251). Sum of RGB (Red+Green+Blue) = 242+190+251=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 190 (74.61% from 255 or 27.82% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2BEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BEFB is #0D4104. Grayscale: #D4D4D4. Windows color (decimal): -868613 or 16498418. OLE color: 16498418.
HSL color Cylindrical-coordinate representation of color #F2BEFB: hue angle of 291.15º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2BEFB is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 190 | 251 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.02 |
| HSL | 291.15º | 0.88% | 0.86% | - |
| HSV(B) | 291.15º | 0.24% | 0.98% | - |
| XYZ | 72.44 | 62.67 | 99.54 | - |
| YUV | 212.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 251 | 0.04 | 0.24 | 0 | 0.02 | 291.15 | 0.88 | 0.86 |
| Hex | F2 | BE | FB | 4 | 18 | 0 | 2 | 123 | 58 | 56 |
| Octal | 362 | 276 | 373 | 4 | 30 | 0 | 2 | 443 | 130 | 126 |
| Binary | 11110010 | 10111110 | 11111011 | 100 | 11000 | 0 | 10 | 100100011 | 1011000 | 1010110 |
Color Harmonies of #F2BEFB
Complementary color
Monochromatic Colors of #F2BEFB
Black with #F2BEFB
Text Example
Text Example
White with #F2BEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEFB; }
p { color: rgb(242,190,251); }
H1.HeaderClassName
{
color: #F2BEFB;
}
.AnyTagClassName
{
color: #F2BEFB;
}
</style>
background-color css
<style>
a { background-color: #F2BEFB; }
a { background-color: rgb(242,190,251); }
div.DivClassName
{
background-color: #F2BEFB;
}
.BgClassName
{
background-color: #F2BEFB;
}
</style>
border-color css
<style>
span { border-color: #F2BEFB; }
span { border-color: rgb(242,190,251); }
td.TdClassName
{
border-color: #F2BEFB;
}
.TagClassName
{
border-color: #F2BEFB;
}
</style>