Shades of Mauve #F0BBFF
Tints of Mauve #F0BBFF
RGB
CMYK
RGB Variations
Color information
#F0BBFF (or 0xF0BBFF) is known color: Mauve. HEX triplet: F0, BB and FF. RGB value is (240,187,255). Sum of RGB (Red+Green+Blue) = 240+187+255=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 187 (73.44% from 255 or 27.42% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0BBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BBFF is #0F4400. Grayscale: #D2D2D2. Windows color (decimal): -1000449 or 16759792. OLE color: 16759792.
HSL color Cylindrical-coordinate representation of color #F0BBFF: hue angle of 286.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0BBFF is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 187 | 255 | - |
| CMYK | 0.06 | 0.27 | 0 | 0 |
| HSL | 286.76º | 1% | 0.87% | - |
| HSV(B) | 286.76º | 0.27% | 1% | - |
| XYZ | 71.76 | 61.29 | 102.66 | - |
| YUV | 210.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 255 | 0.06 | 0.27 | 0 | 0 | 286.76 | 1 | 0.87 |
| Hex | F0 | BB | FF | 6 | 1B | 0 | 0 | 11F | 64 | 57 |
| Octal | 360 | 273 | 377 | 6 | 33 | 0 | 0 | 437 | 144 | 127 |
| Binary | 11110000 | 10111011 | 11111111 | 110 | 11011 | 0 | 0 | 100011111 | 1100100 | 1010111 |
Color Harmonies of #F0BBFF
Complementary color
Monochromatic Colors of #F0BBFF
Black with #F0BBFF
Text Example
Text Example
White with #F0BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBFF; }
p { color: rgb(240,187,255); }
H1.HeaderClassName
{
color: #F0BBFF;
}
.AnyTagClassName
{
color: #F0BBFF;
}
</style>
background-color css
<style>
a { background-color: #F0BBFF; }
a { background-color: rgb(240,187,255); }
div.DivClassName
{
background-color: #F0BBFF;
}
.BgClassName
{
background-color: #F0BBFF;
}
</style>
border-color css
<style>
span { border-color: #F0BBFF; }
span { border-color: rgb(240,187,255); }
td.TdClassName
{
border-color: #F0BBFF;
}
.TagClassName
{
border-color: #F0BBFF;
}
</style>