Shades of Mauve #F1B0FC
Tints of Mauve #F1B0FC
RGB
CMYK
RGB Variations
Color information
#F1B0FC (or 0xF1B0FC) is known color: Mauve. HEX triplet: F1, B0 and FC. RGB value is (241,176,252). Sum of RGB (Red+Green+Blue) = 241+176+252=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 176 (69.14% from 255 or 26.31% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1B0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B0FC is #0E4F03. Grayscale: #CBCBCB. Windows color (decimal): -937732 or 16560369. OLE color: 16560369.
HSL color Cylindrical-coordinate representation of color #F1B0FC: hue angle of 291.32º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1B0FC is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 176 | 252 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.01 |
| HSL | 291.32º | 0.93% | 0.84% | - |
| HSV(B) | 291.32º | 0.3% | 0.99% | - |
| XYZ | 69.37 | 56.78 | 99.4 | - |
| YUV | 204.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 176 | 252 | 0.04 | 0.30 | 0 | 0.01 | 291.32 | 0.93 | 0.84 |
| Hex | F1 | B0 | FC | 4 | 1E | 0 | 1 | 123 | 5D | 54 |
| Octal | 361 | 260 | 374 | 4 | 36 | 0 | 1 | 443 | 135 | 124 |
| Binary | 11110001 | 10110000 | 11111100 | 100 | 11110 | 0 | 1 | 100100011 | 1011101 | 1010100 |
Color Harmonies of #F1B0FC
Complementary color
Monochromatic Colors of #F1B0FC
Black with #F1B0FC
Text Example
Text Example
White with #F1B0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B0FC; }
p { color: rgb(241,176,252); }
H1.HeaderClassName
{
color: #F1B0FC;
}
.AnyTagClassName
{
color: #F1B0FC;
}
</style>
background-color css
<style>
a { background-color: #F1B0FC; }
a { background-color: rgb(241,176,252); }
div.DivClassName
{
background-color: #F1B0FC;
}
.BgClassName
{
background-color: #F1B0FC;
}
</style>
border-color css
<style>
span { border-color: #F1B0FC; }
span { border-color: rgb(241,176,252); }
td.TdClassName
{
border-color: #F1B0FC;
}
.TagClassName
{
border-color: #F1B0FC;
}
</style>