Shades of Mauve #F0BCFC
Tints of Mauve #F0BCFC
RGB
CMYK
RGB Variations
Color information
#F0BCFC (or 0xF0BCFC) is known color: Mauve. HEX triplet: F0, BC and FC. RGB value is (240,188,252). Sum of RGB (Red+Green+Blue) = 240+188+252=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 188 (73.83% from 255 or 27.65% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0BCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BCFC is #0F4303. Grayscale: #D2D2D2. Windows color (decimal): -1000196 or 16563440. OLE color: 16563440.
HSL color Cylindrical-coordinate representation of color #F0BCFC: hue angle of 288.75º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0BCFC is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 188 | 252 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.01 |
| HSL | 288.75º | 0.91% | 0.86% | - |
| HSV(B) | 288.75º | 0.25% | 0.99% | - |
| XYZ | 71.49 | 61.52 | 100.2 | - |
| YUV | 210.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 252 | 0.05 | 0.25 | 0 | 0.01 | 288.75 | 0.91 | 0.86 |
| Hex | F0 | BC | FC | 5 | 19 | 0 | 1 | 121 | 5B | 56 |
| Octal | 360 | 274 | 374 | 5 | 31 | 0 | 1 | 441 | 133 | 126 |
| Binary | 11110000 | 10111100 | 11111100 | 101 | 11001 | 0 | 1 | 100100001 | 1011011 | 1010110 |
Color Harmonies of #F0BCFC
Complementary color
Monochromatic Colors of #F0BCFC
Black with #F0BCFC
Text Example
Text Example
White with #F0BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCFC; }
p { color: rgb(240,188,252); }
H1.HeaderClassName
{
color: #F0BCFC;
}
.AnyTagClassName
{
color: #F0BCFC;
}
</style>
background-color css
<style>
a { background-color: #F0BCFC; }
a { background-color: rgb(240,188,252); }
div.DivClassName
{
background-color: #F0BCFC;
}
.BgClassName
{
background-color: #F0BCFC;
}
</style>
border-color css
<style>
span { border-color: #F0BCFC; }
span { border-color: rgb(240,188,252); }
td.TdClassName
{
border-color: #F0BCFC;
}
.TagClassName
{
border-color: #F0BCFC;
}
</style>