Shades of Mauve #F0BCFA
Tints of Mauve #F0BCFA
RGB
CMYK
RGB Variations
Color information
#F0BCFA (or 0xF0BCFA) is known color: Mauve. HEX triplet: F0, BC and FA. RGB value is (240,188,250). Sum of RGB (Red+Green+Blue) = 240+188+250=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 188 (73.83% from 255 or 27.73% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0BCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BCFA is #0F4305. Grayscale: #D2D2D2. Windows color (decimal): -1000198 or 16432368. OLE color: 16432368.
HSL color Cylindrical-coordinate representation of color #F0BCFA: hue angle of 290.32º degrees, saturation: 0.86, 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 #F0BCFA is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 188 | 250 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.02 |
| HSL | 290.32º | 0.86% | 0.86% | - |
| HSV(B) | 290.32º | 0.25% | 0.98% | - |
| XYZ | 71.17 | 61.39 | 98.54 | - |
| YUV | 210.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 250 | 0.04 | 0.25 | 0 | 0.02 | 290.32 | 0.86 | 0.86 |
| Hex | F0 | BC | FA | 4 | 19 | 0 | 2 | 122 | 56 | 56 |
| Octal | 360 | 274 | 372 | 4 | 31 | 0 | 2 | 442 | 126 | 126 |
| Binary | 11110000 | 10111100 | 11111010 | 100 | 11001 | 0 | 10 | 100100010 | 1010110 | 1010110 |
Color Harmonies of #F0BCFA
Complementary color
Monochromatic Colors of #F0BCFA
Black with #F0BCFA
Text Example
Text Example
White with #F0BCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCFA; }
p { color: rgb(240,188,250); }
H1.HeaderClassName
{
color: #F0BCFA;
}
.AnyTagClassName
{
color: #F0BCFA;
}
</style>
background-color css
<style>
a { background-color: #F0BCFA; }
a { background-color: rgb(240,188,250); }
div.DivClassName
{
background-color: #F0BCFA;
}
.BgClassName
{
background-color: #F0BCFA;
}
</style>
border-color css
<style>
span { border-color: #F0BCFA; }
span { border-color: rgb(240,188,250); }
td.TdClassName
{
border-color: #F0BCFA;
}
.TagClassName
{
border-color: #F0BCFA;
}
</style>