Shades of Mauve #F2BBFD
Tints of Mauve #F2BBFD
RGB
CMYK
RGB Variations
Color information
#F2BBFD (or 0xF2BBFD) is known color: Mauve. HEX triplet: F2, BB and FD. RGB value is (242,187,253). Sum of RGB (Red+Green+Blue) = 242+187+253=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 187 (73.44% from 255 or 27.42% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2BBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBFD is #0D4402. Grayscale: #D2D2D2. Windows color (decimal): -869379 or 16628722. OLE color: 16628722.
HSL color Cylindrical-coordinate representation of color #F2BBFD: hue angle of 290º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2BBFD is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 187 | 253 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.01 |
| HSL | 290º | 0.94% | 0.86% | - |
| HSV(B) | 290º | 0.26% | 0.99% | - |
| XYZ | 72.12 | 61.51 | 101 | - |
| YUV | 210.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 253 | 0.04 | 0.26 | 0 | 0.01 | 290 | 0.94 | 0.86 |
| Hex | F2 | BB | FD | 4 | 1A | 0 | 1 | 122 | 5E | 56 |
| Octal | 362 | 273 | 375 | 4 | 32 | 0 | 1 | 442 | 136 | 126 |
| Binary | 11110010 | 10111011 | 11111101 | 100 | 11010 | 0 | 1 | 100100010 | 1011110 | 1010110 |
Color Harmonies of #F2BBFD
Complementary color
Monochromatic Colors of #F2BBFD
Black with #F2BBFD
Text Example
Text Example
White with #F2BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBFD; }
p { color: rgb(242,187,253); }
H1.HeaderClassName
{
color: #F2BBFD;
}
.AnyTagClassName
{
color: #F2BBFD;
}
</style>
background-color css
<style>
a { background-color: #F2BBFD; }
a { background-color: rgb(242,187,253); }
div.DivClassName
{
background-color: #F2BBFD;
}
.BgClassName
{
background-color: #F2BBFD;
}
</style>
border-color css
<style>
span { border-color: #F2BBFD; }
span { border-color: rgb(242,187,253); }
td.TdClassName
{
border-color: #F2BBFD;
}
.TagClassName
{
border-color: #F2BBFD;
}
</style>