Shades of Mauve #F8B5FB
Tints of Mauve #F8B5FB
RGB
CMYK
RGB Variations
Color information
#F8B5FB (or 0xF8B5FB) is known color: Mauve. HEX triplet: F8, B5 and FB. RGB value is (248,181,251). Sum of RGB (Red+Green+Blue) = 248+181+251=680 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.47% from 680); Green value is 181 (71.09% from 255 or 26.62% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8B5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B5FB is #074A04. Grayscale: #D0D0D0. Windows color (decimal): -477701 or 16496120. OLE color: 16496120.
HSL color Cylindrical-coordinate representation of color #F8B5FB: hue angle of 297.43º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B5FB is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 181 | 251 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.02 |
| HSL | 297.43º | 0.9% | 0.85% | - |
| HSV(B) | 297.43º | 0.28% | 0.98% | - |
| XYZ | 72.65 | 59.97 | 99.01 | - |
| YUV | 209.01 | 151.7 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 181 | 251 | 0.01 | 0.28 | 0 | 0.02 | 297.43 | 0.9 | 0.85 |
| Hex | F8 | B5 | FB | 1 | 1C | 0 | 2 | 129 | 5A | 55 |
| Octal | 370 | 265 | 373 | 1 | 34 | 0 | 2 | 451 | 132 | 125 |
| Binary | 11111000 | 10110101 | 11111011 | 1 | 11100 | 0 | 10 | 100101001 | 1011010 | 1010101 |
Color Harmonies of #F8B5FB
Complementary color
Monochromatic Colors of #F8B5FB
Black with #F8B5FB
Text Example
Text Example
White with #F8B5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B5FB; }
p { color: rgb(248,181,251); }
H1.HeaderClassName
{
color: #F8B5FB;
}
.AnyTagClassName
{
color: #F8B5FB;
}
</style>
background-color css
<style>
a { background-color: #F8B5FB; }
a { background-color: rgb(248,181,251); }
div.DivClassName
{
background-color: #F8B5FB;
}
.BgClassName
{
background-color: #F8B5FB;
}
</style>
border-color css
<style>
span { border-color: #F8B5FB; }
span { border-color: rgb(248,181,251); }
td.TdClassName
{
border-color: #F8B5FB;
}
.TagClassName
{
border-color: #F8B5FB;
}
</style>