Shades of Mauve #F0B5FB
Tints of Mauve #F0B5FB
RGB
CMYK
RGB Variations
Color information
#F0B5FB (or 0xF0B5FB) is known color: Mauve. HEX triplet: F0, B5 and FB. RGB value is (240,181,251). Sum of RGB (Red+Green+Blue) = 240+181+251=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 181 (71.09% from 255 or 26.93% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0B5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B5FB is #0F4A04. Grayscale: #CECECE. Windows color (decimal): -1001989 or 16496112. OLE color: 16496112.
HSL color Cylindrical-coordinate representation of color #F0B5FB: hue angle of 290.57º 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 #F0B5FB is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 181 | 251 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.02 |
| HSL | 290.57º | 0.9% | 0.85% | - |
| HSV(B) | 290.57º | 0.28% | 0.98% | - |
| XYZ | 69.87 | 58.54 | 98.88 | - |
| YUV | 206.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 251 | 0.04 | 0.28 | 0 | 0.02 | 290.57 | 0.9 | 0.85 |
| Hex | F0 | B5 | FB | 4 | 1C | 0 | 2 | 123 | 5A | 55 |
| Octal | 360 | 265 | 373 | 4 | 34 | 0 | 2 | 443 | 132 | 125 |
| Binary | 11110000 | 10110101 | 11111011 | 100 | 11100 | 0 | 10 | 100100011 | 1011010 | 1010101 |
Color Harmonies of #F0B5FB
Complementary color
Monochromatic Colors of #F0B5FB
Black with #F0B5FB
Text Example
Text Example
White with #F0B5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B5FB; }
p { color: rgb(240,181,251); }
H1.HeaderClassName
{
color: #F0B5FB;
}
.AnyTagClassName
{
color: #F0B5FB;
}
</style>
background-color css
<style>
a { background-color: #F0B5FB; }
a { background-color: rgb(240,181,251); }
div.DivClassName
{
background-color: #F0B5FB;
}
.BgClassName
{
background-color: #F0B5FB;
}
</style>
border-color css
<style>
span { border-color: #F0B5FB; }
span { border-color: rgb(240,181,251); }
td.TdClassName
{
border-color: #F0B5FB;
}
.TagClassName
{
border-color: #F0B5FB;
}
</style>