Shades of Mauve #F0BCF9
Tints of Mauve #F0BCF9
RGB
CMYK
RGB Variations
Color information
#F0BCF9 (or 0xF0BCF9) is known color: Mauve. HEX triplet: F0, BC and F9. RGB value is (240,188,249). Sum of RGB (Red+Green+Blue) = 240+188+249=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 188 (73.83% from 255 or 27.77% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0BCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BCF9 is #0F4306. Grayscale: #D2D2D2. Windows color (decimal): -1000199 or 16366832. OLE color: 16366832.
HSL color Cylindrical-coordinate representation of color #F0BCF9: hue angle of 291.15º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0BCF9 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 188 | 249 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.02 |
| HSL | 291.15º | 0.84% | 0.86% | - |
| HSV(B) | 291.15º | 0.24% | 0.98% | - |
| XYZ | 71.02 | 61.33 | 97.72 | - |
| YUV | 210.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 249 | 0.04 | 0.24 | 0 | 0.02 | 291.15 | 0.84 | 0.86 |
| Hex | F0 | BC | F9 | 4 | 18 | 0 | 2 | 123 | 54 | 56 |
| Octal | 360 | 274 | 371 | 4 | 30 | 0 | 2 | 443 | 124 | 126 |
| Binary | 11110000 | 10111100 | 11111001 | 100 | 11000 | 0 | 10 | 100100011 | 1010100 | 1010110 |
Color Harmonies of #F0BCF9
Complementary color
Monochromatic Colors of #F0BCF9
Black with #F0BCF9
Text Example
Text Example
White with #F0BCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCF9; }
p { color: rgb(240,188,249); }
H1.HeaderClassName
{
color: #F0BCF9;
}
.AnyTagClassName
{
color: #F0BCF9;
}
</style>
background-color css
<style>
a { background-color: #F0BCF9; }
a { background-color: rgb(240,188,249); }
div.DivClassName
{
background-color: #F0BCF9;
}
.BgClassName
{
background-color: #F0BCF9;
}
</style>
border-color css
<style>
span { border-color: #F0BCF9; }
span { border-color: rgb(240,188,249); }
td.TdClassName
{
border-color: #F0BCF9;
}
.TagClassName
{
border-color: #F0BCF9;
}
</style>