Shades of Mauve #F1B5FF
Tints of Mauve #F1B5FF
RGB
CMYK
RGB Variations
Color information
#F1B5FF (or 0xF1B5FF) is known color: Mauve. HEX triplet: F1, B5 and FF. RGB value is (241,181,255). Sum of RGB (Red+Green+Blue) = 241+181+255=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 181 (71.09% from 255 or 26.74% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1B5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B5FF is #0E4A00. Grayscale: #CFCFCF. Windows color (decimal): -936449 or 16758257. OLE color: 16758257.
HSL color Cylindrical-coordinate representation of color #F1B5FF: hue angle of 288.65º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1B5FF is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 181 | 255 | - |
| CMYK | 0.05 | 0.29 | 0 | 0 |
| HSL | 288.65º | 1% | 0.85% | - |
| HSV(B) | 288.65º | 0.29% | 1% | - |
| XYZ | 70.85 | 58.97 | 102.26 | - |
| YUV | 207.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 181 | 255 | 0.05 | 0.29 | 0 | 0 | 288.65 | 1 | 0.85 |
| Hex | F1 | B5 | FF | 5 | 1D | 0 | 0 | 121 | 64 | 55 |
| Octal | 361 | 265 | 377 | 5 | 35 | 0 | 0 | 441 | 144 | 125 |
| Binary | 11110001 | 10110101 | 11111111 | 101 | 11101 | 0 | 0 | 100100001 | 1100100 | 1010101 |
Color Harmonies of #F1B5FF
Complementary color
Monochromatic Colors of #F1B5FF
Black with #F1B5FF
Text Example
Text Example
White with #F1B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B5FF; }
p { color: rgb(241,181,255); }
H1.HeaderClassName
{
color: #F1B5FF;
}
.AnyTagClassName
{
color: #F1B5FF;
}
</style>
background-color css
<style>
a { background-color: #F1B5FF; }
a { background-color: rgb(241,181,255); }
div.DivClassName
{
background-color: #F1B5FF;
}
.BgClassName
{
background-color: #F1B5FF;
}
</style>
border-color css
<style>
span { border-color: #F1B5FF; }
span { border-color: rgb(241,181,255); }
td.TdClassName
{
border-color: #F1B5FF;
}
.TagClassName
{
border-color: #F1B5FF;
}
</style>