Shades of Mauve #F2BDFE
Tints of Mauve #F2BDFE
RGB
CMYK
RGB Variations
Color information
#F2BDFE (or 0xF2BDFE) is known color: Mauve. HEX triplet: F2, BD and FE. RGB value is (242,189,254). Sum of RGB (Red+Green+Blue) = 242+189+254=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 189 (74.22% from 255 or 27.59% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2BDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDFE is #0D4201. Grayscale: #D4D4D4. Windows color (decimal): -868866 or 16694770. OLE color: 16694770.
HSL color Cylindrical-coordinate representation of color #F2BDFE: hue angle of 288.92º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2BDFE is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 189 | 254 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.00 |
| HSL | 288.92º | 0.97% | 0.87% | - |
| HSV(B) | 288.92º | 0.26% | 1% | - |
| XYZ | 72.7 | 62.43 | 101.98 | - |
| YUV | 212.26 | 151.56 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 254 | 0.05 | 0.26 | 0 | 0.00 | 288.92 | 0.97 | 0.87 |
| Hex | F2 | BD | FE | 5 | 1A | 0 | 0 | 121 | 61 | 57 |
| Octal | 362 | 275 | 376 | 5 | 32 | 0 | 0 | 441 | 141 | 127 |
| Binary | 11110010 | 10111101 | 11111110 | 101 | 11010 | 0 | 0 | 100100001 | 1100001 | 1010111 |
Color Harmonies of #F2BDFE
Complementary color
Monochromatic Colors of #F2BDFE
Black with #F2BDFE
Text Example
Text Example
White with #F2BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDFE; }
p { color: rgb(242,189,254); }
H1.HeaderClassName
{
color: #F2BDFE;
}
.AnyTagClassName
{
color: #F2BDFE;
}
</style>
background-color css
<style>
a { background-color: #F2BDFE; }
a { background-color: rgb(242,189,254); }
div.DivClassName
{
background-color: #F2BDFE;
}
.BgClassName
{
background-color: #F2BDFE;
}
</style>
border-color css
<style>
span { border-color: #F2BDFE; }
span { border-color: rgb(242,189,254); }
td.TdClassName
{
border-color: #F2BDFE;
}
.TagClassName
{
border-color: #F2BDFE;
}
</style>