Shades of Mauve #F1B5F7
Tints of Mauve #F1B5F7
RGB
CMYK
RGB Variations
Color information
#F1B5F7 (or 0xF1B5F7) is known color: Mauve. HEX triplet: F1, B5 and F7. RGB value is (241,181,247). Sum of RGB (Red+Green+Blue) = 241+181+247=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 181 (71.09% from 255 or 27.06% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 247 - color contains mainly: blue. Hex color #F1B5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B5F7 is #0E4A08. Grayscale: #CECECE. Windows color (decimal): -936457 or 16233969. OLE color: 16233969.
HSL color Cylindrical-coordinate representation of color #F1B5F7: hue angle of 294.55º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1B5F7 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 181 | 247 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.03 |
| HSL | 294.55º | 0.8% | 0.84% | - |
| HSV(B) | 294.55º | 0.27% | 0.97% | - |
| XYZ | 69.59 | 58.46 | 95.61 | - |
| YUV | 206.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 181 | 247 | 0.02 | 0.27 | 0 | 0.03 | 294.55 | 0.8 | 0.84 |
| Hex | F1 | B5 | F7 | 2 | 1B | 0 | 3 | 127 | 50 | 54 |
| Octal | 361 | 265 | 367 | 2 | 33 | 0 | 3 | 447 | 120 | 124 |
| Binary | 11110001 | 10110101 | 11110111 | 10 | 11011 | 0 | 11 | 100100111 | 1010000 | 1010100 |
Color Harmonies of #F1B5F7
Complementary color
Monochromatic Colors of #F1B5F7
Black with #F1B5F7
Text Example
Text Example
White with #F1B5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B5F7; }
p { color: rgb(241,181,247); }
H1.HeaderClassName
{
color: #F1B5F7;
}
.AnyTagClassName
{
color: #F1B5F7;
}
</style>
background-color css
<style>
a { background-color: #F1B5F7; }
a { background-color: rgb(241,181,247); }
div.DivClassName
{
background-color: #F1B5F7;
}
.BgClassName
{
background-color: #F1B5F7;
}
</style>
border-color css
<style>
span { border-color: #F1B5F7; }
span { border-color: rgb(241,181,247); }
td.TdClassName
{
border-color: #F1B5F7;
}
.TagClassName
{
border-color: #F1B5F7;
}
</style>