Shades of Mauve #F8B6FA
Tints of Mauve #F8B6FA
RGB
CMYK
RGB Variations
Color information
#F8B6FA (or 0xF8B6FA) is known color: Mauve. HEX triplet: F8, B6 and FA. RGB value is (248,182,250). Sum of RGB (Red+Green+Blue) = 248+182+250=680 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.47% from 680); Green value is 182 (71.48% from 255 or 26.76% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8B6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B6FA is #074905. Grayscale: #D1D1D1. Windows color (decimal): -477446 or 16430840. OLE color: 16430840.
HSL color Cylindrical-coordinate representation of color #F8B6FA: hue angle of 298.24º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B6FA is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 182 | 250 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.02 |
| HSL | 298.24º | 0.87% | 0.85% | - |
| HSV(B) | 298.24º | 0.27% | 0.98% | - |
| XYZ | 72.69 | 60.31 | 98.25 | - |
| YUV | 209.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 182 | 250 | 0.01 | 0.27 | 0 | 0.02 | 298.24 | 0.87 | 0.85 |
| Hex | F8 | B6 | FA | 1 | 1B | 0 | 2 | 12A | 57 | 55 |
| Octal | 370 | 266 | 372 | 1 | 33 | 0 | 2 | 452 | 127 | 125 |
| Binary | 11111000 | 10110110 | 11111010 | 1 | 11011 | 0 | 10 | 100101010 | 1010111 | 1010101 |
Color Harmonies of #F8B6FA
Complementary color
Monochromatic Colors of #F8B6FA
Black with #F8B6FA
Text Example
Text Example
White with #F8B6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B6FA; }
p { color: rgb(248,182,250); }
H1.HeaderClassName
{
color: #F8B6FA;
}
.AnyTagClassName
{
color: #F8B6FA;
}
</style>
background-color css
<style>
a { background-color: #F8B6FA; }
a { background-color: rgb(248,182,250); }
div.DivClassName
{
background-color: #F8B6FA;
}
.BgClassName
{
background-color: #F8B6FA;
}
</style>
border-color css
<style>
span { border-color: #F8B6FA; }
span { border-color: rgb(248,182,250); }
td.TdClassName
{
border-color: #F8B6FA;
}
.TagClassName
{
border-color: #F8B6FA;
}
</style>