Shades of Mauve #F0B8FB
Tints of Mauve #F0B8FB
RGB
CMYK
RGB Variations
Color information
#F0B8FB (or 0xF0B8FB) is known color: Mauve. HEX triplet: F0, B8 and FB. RGB value is (240,184,251). Sum of RGB (Red+Green+Blue) = 240+184+251=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 184 (72.27% from 255 or 27.26% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0B8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B8FB is #0F4704. Grayscale: #D0D0D0. Windows color (decimal): -1001221 or 16496880. OLE color: 16496880.
HSL color Cylindrical-coordinate representation of color #F0B8FB: hue angle of 290.15º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B8FB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 184 | 251 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.02 |
| HSL | 290.15º | 0.89% | 0.85% | - |
| HSV(B) | 290.15º | 0.27% | 0.98% | - |
| XYZ | 70.49 | 59.77 | 99.09 | - |
| YUV | 208.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 251 | 0.04 | 0.27 | 0 | 0.02 | 290.15 | 0.89 | 0.85 |
| Hex | F0 | B8 | FB | 4 | 1B | 0 | 2 | 122 | 59 | 55 |
| Octal | 360 | 270 | 373 | 4 | 33 | 0 | 2 | 442 | 131 | 125 |
| Binary | 11110000 | 10111000 | 11111011 | 100 | 11011 | 0 | 10 | 100100010 | 1011001 | 1010101 |
Color Harmonies of #F0B8FB
Complementary color
Monochromatic Colors of #F0B8FB
Black with #F0B8FB
Text Example
Text Example
White with #F0B8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B8FB; }
p { color: rgb(240,184,251); }
H1.HeaderClassName
{
color: #F0B8FB;
}
.AnyTagClassName
{
color: #F0B8FB;
}
</style>
background-color css
<style>
a { background-color: #F0B8FB; }
a { background-color: rgb(240,184,251); }
div.DivClassName
{
background-color: #F0B8FB;
}
.BgClassName
{
background-color: #F0B8FB;
}
</style>
border-color css
<style>
span { border-color: #F0B8FB; }
span { border-color: rgb(240,184,251); }
td.TdClassName
{
border-color: #F0B8FB;
}
.TagClassName
{
border-color: #F0B8FB;
}
</style>