Shades of Mauve #F1B6FC
Tints of Mauve #F1B6FC
RGB
CMYK
RGB Variations
Color information
#F1B6FC (or 0xF1B6FC) is known color: Mauve. HEX triplet: F1, B6 and FC. RGB value is (241,182,252). Sum of RGB (Red+Green+Blue) = 241+182+252=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 182 (71.48% from 255 or 26.96% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1B6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B6FC is #0E4903. Grayscale: #CFCFCF. Windows color (decimal): -936196 or 16561905. OLE color: 16561905.
HSL color Cylindrical-coordinate representation of color #F1B6FC: hue angle of 290.57º 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 #F1B6FC is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 182 | 252 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.01 |
| HSL | 290.57º | 0.92% | 0.85% | - |
| HSV(B) | 290.57º | 0.28% | 0.99% | - |
| XYZ | 70.57 | 59.18 | 99.8 | - |
| YUV | 207.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 182 | 252 | 0.04 | 0.28 | 0 | 0.01 | 290.57 | 0.92 | 0.85 |
| Hex | F1 | B6 | FC | 4 | 1C | 0 | 1 | 123 | 5C | 55 |
| Octal | 361 | 266 | 374 | 4 | 34 | 0 | 1 | 443 | 134 | 125 |
| Binary | 11110001 | 10110110 | 11111100 | 100 | 11100 | 0 | 1 | 100100011 | 1011100 | 1010101 |
Color Harmonies of #F1B6FC
Complementary color
Monochromatic Colors of #F1B6FC
Black with #F1B6FC
Text Example
Text Example
White with #F1B6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B6FC; }
p { color: rgb(241,182,252); }
H1.HeaderClassName
{
color: #F1B6FC;
}
.AnyTagClassName
{
color: #F1B6FC;
}
</style>
background-color css
<style>
a { background-color: #F1B6FC; }
a { background-color: rgb(241,182,252); }
div.DivClassName
{
background-color: #F1B6FC;
}
.BgClassName
{
background-color: #F1B6FC;
}
</style>
border-color css
<style>
span { border-color: #F1B6FC; }
span { border-color: rgb(241,182,252); }
td.TdClassName
{
border-color: #F1B6FC;
}
.TagClassName
{
border-color: #F1B6FC;
}
</style>