Shades of Mauve #F1B7F8
Tints of Mauve #F1B7F8
RGB
CMYK
RGB Variations
Color information
#F1B7F8 (or 0xF1B7F8) is known color: Mauve. HEX triplet: F1, B7 and F8. RGB value is (241,183,248). Sum of RGB (Red+Green+Blue) = 241+183+248=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 183 (71.88% from 255 or 27.23% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 248 - color contains mainly: blue. Hex color #F1B7F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B7F8 is #0E4807. Grayscale: #CFCFCF. Windows color (decimal): -935944 or 16300017. OLE color: 16300017.
HSL color Cylindrical-coordinate representation of color #F1B7F8: hue angle of 293.54º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1B7F8 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 183 | 248 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.03 |
| HSL | 293.54º | 0.82% | 0.85% | - |
| HSV(B) | 293.54º | 0.26% | 0.97% | - |
| XYZ | 70.15 | 59.35 | 96.56 | - |
| YUV | 207.75 | 150.72 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 183 | 248 | 0.03 | 0.26 | 0 | 0.03 | 293.54 | 0.82 | 0.85 |
| Hex | F1 | B7 | F8 | 3 | 1A | 0 | 3 | 126 | 52 | 55 |
| Octal | 361 | 267 | 370 | 3 | 32 | 0 | 3 | 446 | 122 | 125 |
| Binary | 11110001 | 10110111 | 11111000 | 11 | 11010 | 0 | 11 | 100100110 | 1010010 | 1010101 |
Color Harmonies of #F1B7F8
Complementary color
Monochromatic Colors of #F1B7F8
Black with #F1B7F8
Text Example
Text Example
White with #F1B7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B7F8; }
p { color: rgb(241,183,248); }
H1.HeaderClassName
{
color: #F1B7F8;
}
.AnyTagClassName
{
color: #F1B7F8;
}
</style>
background-color css
<style>
a { background-color: #F1B7F8; }
a { background-color: rgb(241,183,248); }
div.DivClassName
{
background-color: #F1B7F8;
}
.BgClassName
{
background-color: #F1B7F8;
}
</style>
border-color css
<style>
span { border-color: #F1B7F8; }
span { border-color: rgb(241,183,248); }
td.TdClassName
{
border-color: #F1B7F8;
}
.TagClassName
{
border-color: #F1B7F8;
}
</style>