Shades of Mauve #F8BAFD
Tints of Mauve #F8BAFD
RGB
CMYK
RGB Variations
Color information
#F8BAFD (or 0xF8BAFD) is known color: Mauve. HEX triplet: F8, BA and FD. RGB value is (248,186,253). Sum of RGB (Red+Green+Blue) = 248+186+253=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 186 (73.05% from 255 or 27.07% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8BAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BAFD is #074502. Grayscale: #D3D3D3. Windows color (decimal): -476419 or 16628472. OLE color: 16628472.
HSL color Cylindrical-coordinate representation of color #F8BAFD: hue angle of 295.52º 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 #F8BAFD is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 186 | 253 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.01 |
| HSL | 295.52º | 0.94% | 0.86% | - |
| HSV(B) | 295.52º | 0.26% | 0.99% | - |
| XYZ | 74 | 62.17 | 101.03 | - |
| YUV | 212.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 253 | 0.02 | 0.26 | 0 | 0.01 | 295.52 | 0.94 | 0.86 |
| Hex | F8 | BA | FD | 2 | 1A | 0 | 1 | 128 | 5E | 56 |
| Octal | 370 | 272 | 375 | 2 | 32 | 0 | 1 | 450 | 136 | 126 |
| Binary | 11111000 | 10111010 | 11111101 | 10 | 11010 | 0 | 1 | 100101000 | 1011110 | 1010110 |
Color Harmonies of #F8BAFD
Complementary color
Monochromatic Colors of #F8BAFD
Black with #F8BAFD
Text Example
Text Example
White with #F8BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BAFD; }
p { color: rgb(248,186,253); }
H1.HeaderClassName
{
color: #F8BAFD;
}
.AnyTagClassName
{
color: #F8BAFD;
}
</style>
background-color css
<style>
a { background-color: #F8BAFD; }
a { background-color: rgb(248,186,253); }
div.DivClassName
{
background-color: #F8BAFD;
}
.BgClassName
{
background-color: #F8BAFD;
}
</style>
border-color css
<style>
span { border-color: #F8BAFD; }
span { border-color: rgb(248,186,253); }
td.TdClassName
{
border-color: #F8BAFD;
}
.TagClassName
{
border-color: #F8BAFD;
}
</style>