Shades of Mauve #F0BBFB
Tints of Mauve #F0BBFB
RGB
CMYK
RGB Variations
Color information
#F0BBFB (or 0xF0BBFB) is known color: Mauve. HEX triplet: F0, BB and FB. RGB value is (240,187,251). Sum of RGB (Red+Green+Blue) = 240+187+251=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 187 (73.44% from 255 or 27.58% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0BBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BBFB is #0F4404. Grayscale: #D1D1D1. Windows color (decimal): -1000453 or 16497648. OLE color: 16497648.
HSL color Cylindrical-coordinate representation of color #F0BBFB: hue angle of 289.69º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0BBFB is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 187 | 251 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.02 |
| HSL | 289.69º | 0.89% | 0.86% | - |
| HSV(B) | 289.69º | 0.25% | 0.98% | - |
| XYZ | 71.12 | 61.03 | 99.3 | - |
| YUV | 210.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 251 | 0.04 | 0.25 | 0 | 0.02 | 289.69 | 0.89 | 0.86 |
| Hex | F0 | BB | FB | 4 | 19 | 0 | 2 | 122 | 59 | 56 |
| Octal | 360 | 273 | 373 | 4 | 31 | 0 | 2 | 442 | 131 | 126 |
| Binary | 11110000 | 10111011 | 11111011 | 100 | 11001 | 0 | 10 | 100100010 | 1011001 | 1010110 |
Color Harmonies of #F0BBFB
Complementary color
Monochromatic Colors of #F0BBFB
Black with #F0BBFB
Text Example
Text Example
White with #F0BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBFB; }
p { color: rgb(240,187,251); }
H1.HeaderClassName
{
color: #F0BBFB;
}
.AnyTagClassName
{
color: #F0BBFB;
}
</style>
background-color css
<style>
a { background-color: #F0BBFB; }
a { background-color: rgb(240,187,251); }
div.DivClassName
{
background-color: #F0BBFB;
}
.BgClassName
{
background-color: #F0BBFB;
}
</style>
border-color css
<style>
span { border-color: #F0BBFB; }
span { border-color: rgb(240,187,251); }
td.TdClassName
{
border-color: #F0BBFB;
}
.TagClassName
{
border-color: #F0BBFB;
}
</style>