Shades of Mauve #F2BEFF
Tints of Mauve #F2BEFF
RGB
CMYK
RGB Variations
Color information
#F2BEFF (or 0xF2BEFF) is known color: Mauve. HEX triplet: F2, BE and FF. RGB value is (242,190,255). Sum of RGB (Red+Green+Blue) = 242+190+255=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 190 (74.61% from 255 or 27.66% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2BEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BEFF is #0D4100. Grayscale: #D4D4D4. Windows color (decimal): -868609 or 16760562. OLE color: 16760562.
HSL color Cylindrical-coordinate representation of color #F2BEFF: hue angle of 288º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2BEFF is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 190 | 255 | - |
| CMYK | 0.05 | 0.25 | 0 | 0 |
| HSL | 288º | 1% | 0.87% | - |
| HSV(B) | 288º | 0.25% | 1% | - |
| XYZ | 73.08 | 62.92 | 102.9 | - |
| YUV | 212.96 | 151.73 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 255 | 0.05 | 0.25 | 0 | 0 | 288 | 1 | 0.87 |
| Hex | F2 | BE | FF | 5 | 19 | 0 | 0 | 120 | 64 | 57 |
| Octal | 362 | 276 | 377 | 5 | 31 | 0 | 0 | 440 | 144 | 127 |
| Binary | 11110010 | 10111110 | 11111111 | 101 | 11001 | 0 | 0 | 100100000 | 1100100 | 1010111 |
Color Harmonies of #F2BEFF
Complementary color
Monochromatic Colors of #F2BEFF
Black with #F2BEFF
Text Example
Text Example
White with #F2BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEFF; }
p { color: rgb(242,190,255); }
H1.HeaderClassName
{
color: #F2BEFF;
}
.AnyTagClassName
{
color: #F2BEFF;
}
</style>
background-color css
<style>
a { background-color: #F2BEFF; }
a { background-color: rgb(242,190,255); }
div.DivClassName
{
background-color: #F2BEFF;
}
.BgClassName
{
background-color: #F2BEFF;
}
</style>
border-color css
<style>
span { border-color: #F2BEFF; }
span { border-color: rgb(242,190,255); }
td.TdClassName
{
border-color: #F2BEFF;
}
.TagClassName
{
border-color: #F2BEFF;
}
</style>