Shades of Mauve #F0BBFD
Tints of Mauve #F0BBFD
RGB
CMYK
RGB Variations
Color information
#F0BBFD (or 0xF0BBFD) is known color: Mauve. HEX triplet: F0, BB and FD. RGB value is (240,187,253). Sum of RGB (Red+Green+Blue) = 240+187+253=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 187 (73.44% from 255 or 27.5% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0BBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BBFD is #0F4402. Grayscale: #D2D2D2. Windows color (decimal): -1000451 or 16628720. OLE color: 16628720.
HSL color Cylindrical-coordinate representation of color #F0BBFD: hue angle of 288.18º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0BBFD is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 187 | 253 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.01 |
| HSL | 288.18º | 0.94% | 0.86% | - |
| HSV(B) | 288.18º | 0.26% | 0.99% | - |
| XYZ | 71.44 | 61.16 | 100.97 | - |
| YUV | 210.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 253 | 0.05 | 0.26 | 0 | 0.01 | 288.18 | 0.94 | 0.86 |
| Hex | F0 | BB | FD | 5 | 1A | 0 | 1 | 120 | 5E | 56 |
| Octal | 360 | 273 | 375 | 5 | 32 | 0 | 1 | 440 | 136 | 126 |
| Binary | 11110000 | 10111011 | 11111101 | 101 | 11010 | 0 | 1 | 100100000 | 1011110 | 1010110 |
Color Harmonies of #F0BBFD
Complementary color
Monochromatic Colors of #F0BBFD
Black with #F0BBFD
Text Example
Text Example
White with #F0BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBFD; }
p { color: rgb(240,187,253); }
H1.HeaderClassName
{
color: #F0BBFD;
}
.AnyTagClassName
{
color: #F0BBFD;
}
</style>
background-color css
<style>
a { background-color: #F0BBFD; }
a { background-color: rgb(240,187,253); }
div.DivClassName
{
background-color: #F0BBFD;
}
.BgClassName
{
background-color: #F0BBFD;
}
</style>
border-color css
<style>
span { border-color: #F0BBFD; }
span { border-color: rgb(240,187,253); }
td.TdClassName
{
border-color: #F0BBFD;
}
.TagClassName
{
border-color: #F0BBFD;
}
</style>