Shades of Mauve #F1BDFF
Tints of Mauve #F1BDFF
RGB
CMYK
RGB Variations
Color information
#F1BDFF (or 0xF1BDFF) is known color: Mauve. HEX triplet: F1, BD and FF. RGB value is (241,189,255). Sum of RGB (Red+Green+Blue) = 241+189+255=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 189 (74.22% from 255 or 27.59% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BDFF is #0E4200. Grayscale: #D3D3D3. Windows color (decimal): -934401 or 16760305. OLE color: 16760305.
HSL color Cylindrical-coordinate representation of color #F1BDFF: hue angle of 287.27º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1BDFF is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 189 | 255 | - |
| CMYK | 0.05 | 0.26 | 0 | 0 |
| HSL | 287.27º | 1% | 0.87% | - |
| HSV(B) | 287.27º | 0.26% | 1% | - |
| XYZ | 72.52 | 62.32 | 102.81 | - |
| YUV | 212.07 | 152.23 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 255 | 0.05 | 0.26 | 0 | 0 | 287.27 | 1 | 0.87 |
| Hex | F1 | BD | FF | 5 | 1A | 0 | 0 | 11F | 64 | 57 |
| Octal | 361 | 275 | 377 | 5 | 32 | 0 | 0 | 437 | 144 | 127 |
| Binary | 11110001 | 10111101 | 11111111 | 101 | 11010 | 0 | 0 | 100011111 | 1100100 | 1010111 |
Color Harmonies of #F1BDFF
Complementary color
Monochromatic Colors of #F1BDFF
Black with #F1BDFF
Text Example
Text Example
White with #F1BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BDFF; }
p { color: rgb(241,189,255); }
H1.HeaderClassName
{
color: #F1BDFF;
}
.AnyTagClassName
{
color: #F1BDFF;
}
</style>
background-color css
<style>
a { background-color: #F1BDFF; }
a { background-color: rgb(241,189,255); }
div.DivClassName
{
background-color: #F1BDFF;
}
.BgClassName
{
background-color: #F1BDFF;
}
</style>
border-color css
<style>
span { border-color: #F1BDFF; }
span { border-color: rgb(241,189,255); }
td.TdClassName
{
border-color: #F1BDFF;
}
.TagClassName
{
border-color: #F1BDFF;
}
</style>