Shades of Mauve #F2B8FE
Tints of Mauve #F2B8FE
RGB
CMYK
RGB Variations
Color information
#F2B8FE (or 0xF2B8FE) is known color: Mauve. HEX triplet: F2, B8 and FE. RGB value is (242,184,254). Sum of RGB (Red+Green+Blue) = 242+184+254=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 184 (72.27% from 255 or 27.06% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2B8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B8FE is #0D4701. Grayscale: #D1D1D1. Windows color (decimal): -870146 or 16693490. OLE color: 16693490.
HSL color Cylindrical-coordinate representation of color #F2B8FE: hue angle of 289.71º 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 #F2B8FE is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 184 | 254 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.00 |
| HSL | 289.71º | 0.97% | 0.86% | - |
| HSV(B) | 289.71º | 0.28% | 1% | - |
| XYZ | 71.65 | 60.31 | 101.63 | - |
| YUV | 209.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 254 | 0.05 | 0.28 | 0 | 0.00 | 289.71 | 0.97 | 0.86 |
| Hex | F2 | B8 | FE | 5 | 1C | 0 | 0 | 122 | 61 | 56 |
| Octal | 362 | 270 | 376 | 5 | 34 | 0 | 0 | 442 | 141 | 126 |
| Binary | 11110010 | 10111000 | 11111110 | 101 | 11100 | 0 | 0 | 100100010 | 1100001 | 1010110 |
Color Harmonies of #F2B8FE
Complementary color
Monochromatic Colors of #F2B8FE
Black with #F2B8FE
Text Example
Text Example
White with #F2B8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B8FE; }
p { color: rgb(242,184,254); }
H1.HeaderClassName
{
color: #F2B8FE;
}
.AnyTagClassName
{
color: #F2B8FE;
}
</style>
background-color css
<style>
a { background-color: #F2B8FE; }
a { background-color: rgb(242,184,254); }
div.DivClassName
{
background-color: #F2B8FE;
}
.BgClassName
{
background-color: #F2B8FE;
}
</style>
border-color css
<style>
span { border-color: #F2B8FE; }
span { border-color: rgb(242,184,254); }
td.TdClassName
{
border-color: #F2B8FE;
}
.TagClassName
{
border-color: #F2B8FE;
}
</style>