Shades of Mauve #F2BAFD
Tints of Mauve #F2BAFD
RGB
CMYK
RGB Variations
Color information
#F2BAFD (or 0xF2BAFD) is known color: Mauve. HEX triplet: F2, BA and FD. RGB value is (242,186,253). Sum of RGB (Red+Green+Blue) = 242+186+253=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 186 (73.05% from 255 or 27.31% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2BAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BAFD is #0D4502. Grayscale: #D2D2D2. Windows color (decimal): -869635 or 16628466. OLE color: 16628466.
HSL color Cylindrical-coordinate representation of color #F2BAFD: hue angle of 290.15º 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 #F2BAFD is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 186 | 253 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.01 |
| HSL | 290.15º | 0.94% | 0.86% | - |
| HSV(B) | 290.15º | 0.26% | 0.99% | - |
| XYZ | 71.91 | 61.09 | 100.93 | - |
| YUV | 210.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 253 | 0.04 | 0.26 | 0 | 0.01 | 290.15 | 0.94 | 0.86 |
| Hex | F2 | BA | FD | 4 | 1A | 0 | 1 | 122 | 5E | 56 |
| Octal | 362 | 272 | 375 | 4 | 32 | 0 | 1 | 442 | 136 | 126 |
| Binary | 11110010 | 10111010 | 11111101 | 100 | 11010 | 0 | 1 | 100100010 | 1011110 | 1010110 |
Color Harmonies of #F2BAFD
Complementary color
Monochromatic Colors of #F2BAFD
Black with #F2BAFD
Text Example
Text Example
White with #F2BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAFD; }
p { color: rgb(242,186,253); }
H1.HeaderClassName
{
color: #F2BAFD;
}
.AnyTagClassName
{
color: #F2BAFD;
}
</style>
background-color css
<style>
a { background-color: #F2BAFD; }
a { background-color: rgb(242,186,253); }
div.DivClassName
{
background-color: #F2BAFD;
}
.BgClassName
{
background-color: #F2BAFD;
}
</style>
border-color css
<style>
span { border-color: #F2BAFD; }
span { border-color: rgb(242,186,253); }
td.TdClassName
{
border-color: #F2BAFD;
}
.TagClassName
{
border-color: #F2BAFD;
}
</style>