Shades of Mauve #F1BDF8
Tints of Mauve #F1BDF8
RGB
CMYK
RGB Variations
Color information
#F1BDF8 (or 0xF1BDF8) is known color: Mauve. HEX triplet: F1, BD and F8. RGB value is (241,189,248). Sum of RGB (Red+Green+Blue) = 241+189+248=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 189 (74.22% from 255 or 27.88% from 678); Blue value is 248 (97.27% from 255 or 36.58% from 678); Max value from RGB is 248 - color contains mainly: blue. Hex color #F1BDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BDF8 is #0E4207. Grayscale: #D3D3D3. Windows color (decimal): -934408 or 16301553. OLE color: 16301553.
HSL color Cylindrical-coordinate representation of color #F1BDF8: hue angle of 292.88º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1BDF8 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 189 | 248 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.03 |
| HSL | 292.88º | 0.81% | 0.86% | - |
| HSV(B) | 292.88º | 0.24% | 0.97% | - |
| XYZ | 71.42 | 61.87 | 96.99 | - |
| YUV | 211.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 248 | 0.03 | 0.24 | 0 | 0.03 | 292.88 | 0.81 | 0.86 |
| Hex | F1 | BD | F8 | 3 | 18 | 0 | 3 | 125 | 51 | 56 |
| Octal | 361 | 275 | 370 | 3 | 30 | 0 | 3 | 445 | 121 | 126 |
| Binary | 11110001 | 10111101 | 11111000 | 11 | 11000 | 0 | 11 | 100100101 | 1010001 | 1010110 |
Color Harmonies of #F1BDF8
Complementary color
Monochromatic Colors of #F1BDF8
Black with #F1BDF8
Text Example
Text Example
White with #F1BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BDF8; }
p { color: rgb(241,189,248); }
H1.HeaderClassName
{
color: #F1BDF8;
}
.AnyTagClassName
{
color: #F1BDF8;
}
</style>
background-color css
<style>
a { background-color: #F1BDF8; }
a { background-color: rgb(241,189,248); }
div.DivClassName
{
background-color: #F1BDF8;
}
.BgClassName
{
background-color: #F1BDF8;
}
</style>
border-color css
<style>
span { border-color: #F1BDF8; }
span { border-color: rgb(241,189,248); }
td.TdClassName
{
border-color: #F1BDF8;
}
.TagClassName
{
border-color: #F1BDF8;
}
</style>