Shades of Mauve #F0B6FD
Tints of Mauve #F0B6FD
RGB
CMYK
RGB Variations
Color information
#F0B6FD (or 0xF0B6FD) is known color: Mauve. HEX triplet: F0, B6 and FD. RGB value is (240,182,253). Sum of RGB (Red+Green+Blue) = 240+182+253=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 182 (71.48% from 255 or 26.96% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0B6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B6FD is #0F4902. Grayscale: #CFCFCF. Windows color (decimal): -1001731 or 16627440. OLE color: 16627440.
HSL color Cylindrical-coordinate representation of color #F0B6FD: hue angle of 289.01º degrees, saturation: 0.95, 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 #F0B6FD is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 182 | 253 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.01 |
| HSL | 289.01º | 0.95% | 0.85% | - |
| HSV(B) | 289.01º | 0.28% | 0.99% | - |
| XYZ | 70.39 | 59.07 | 100.62 | - |
| YUV | 207.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 253 | 0.05 | 0.28 | 0 | 0.01 | 289.01 | 0.95 | 0.85 |
| Hex | F0 | B6 | FD | 5 | 1C | 0 | 1 | 121 | 5F | 55 |
| Octal | 360 | 266 | 375 | 5 | 34 | 0 | 1 | 441 | 137 | 125 |
| Binary | 11110000 | 10110110 | 11111101 | 101 | 11100 | 0 | 1 | 100100001 | 1011111 | 1010101 |
Color Harmonies of #F0B6FD
Complementary color
Monochromatic Colors of #F0B6FD
Black with #F0B6FD
Text Example
Text Example
White with #F0B6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B6FD; }
p { color: rgb(240,182,253); }
H1.HeaderClassName
{
color: #F0B6FD;
}
.AnyTagClassName
{
color: #F0B6FD;
}
</style>
background-color css
<style>
a { background-color: #F0B6FD; }
a { background-color: rgb(240,182,253); }
div.DivClassName
{
background-color: #F0B6FD;
}
.BgClassName
{
background-color: #F0B6FD;
}
</style>
border-color css
<style>
span { border-color: #F0B6FD; }
span { border-color: rgb(240,182,253); }
td.TdClassName
{
border-color: #F0B6FD;
}
.TagClassName
{
border-color: #F0B6FD;
}
</style>