Shades of Mauve #F0B6FC
Tints of Mauve #F0B6FC
RGB
CMYK
RGB Variations
Color information
#F0B6FC (or 0xF0B6FC) is known color: Mauve. HEX triplet: F0, B6 and FC. RGB value is (240,182,252). Sum of RGB (Red+Green+Blue) = 240+182+252=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 182 (71.48% from 255 or 27.00% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0B6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B6FC is #0F4903. Grayscale: #CFCFCF. Windows color (decimal): -1001732 or 16561904. OLE color: 16561904.
HSL color Cylindrical-coordinate representation of color #F0B6FC: hue angle of 289.71º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0B6FC is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 182 | 252 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.01 |
| HSL | 289.71º | 0.92% | 0.85% | - |
| HSV(B) | 289.71º | 0.28% | 0.99% | - |
| XYZ | 70.23 | 59.01 | 99.78 | - |
| YUV | 207.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 252 | 0.05 | 0.28 | 0 | 0.01 | 289.71 | 0.92 | 0.85 |
| Hex | F0 | B6 | FC | 5 | 1C | 0 | 1 | 122 | 5C | 55 |
| Octal | 360 | 266 | 374 | 5 | 34 | 0 | 1 | 442 | 134 | 125 |
| Binary | 11110000 | 10110110 | 11111100 | 101 | 11100 | 0 | 1 | 100100010 | 1011100 | 1010101 |
Color Harmonies of #F0B6FC
Complementary color
Monochromatic Colors of #F0B6FC
Black with #F0B6FC
Text Example
Text Example
White with #F0B6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B6FC; }
p { color: rgb(240,182,252); }
H1.HeaderClassName
{
color: #F0B6FC;
}
.AnyTagClassName
{
color: #F0B6FC;
}
</style>
background-color css
<style>
a { background-color: #F0B6FC; }
a { background-color: rgb(240,182,252); }
div.DivClassName
{
background-color: #F0B6FC;
}
.BgClassName
{
background-color: #F0B6FC;
}
</style>
border-color css
<style>
span { border-color: #F0B6FC; }
span { border-color: rgb(240,182,252); }
td.TdClassName
{
border-color: #F0B6FC;
}
.TagClassName
{
border-color: #F0B6FC;
}
</style>