Shades of Mauve #F1B4FE
Tints of Mauve #F1B4FE
RGB
CMYK
RGB Variations
Color information
#F1B4FE (or 0xF1B4FE) is known color: Mauve. HEX triplet: F1, B4 and FE. RGB value is (241,180,254). Sum of RGB (Red+Green+Blue) = 241+180+254=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 180 (70.70% from 255 or 26.67% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1B4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B4FE is #0E4B01. Grayscale: #CECECE. Windows color (decimal): -936706 or 16692465. OLE color: 16692465.
HSL color Cylindrical-coordinate representation of color #F1B4FE: hue angle of 289.46º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1B4FE is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 180 | 254 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.00 |
| HSL | 289.46º | 0.97% | 0.85% | - |
| HSV(B) | 289.46º | 0.29% | 1% | - |
| XYZ | 70.49 | 58.5 | 101.34 | - |
| YUV | 206.68 | 154.71 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 180 | 254 | 0.05 | 0.29 | 0 | 0.00 | 289.46 | 0.97 | 0.85 |
| Hex | F1 | B4 | FE | 5 | 1D | 0 | 0 | 121 | 61 | 55 |
| Octal | 361 | 264 | 376 | 5 | 35 | 0 | 0 | 441 | 141 | 125 |
| Binary | 11110001 | 10110100 | 11111110 | 101 | 11101 | 0 | 0 | 100100001 | 1100001 | 1010101 |
Color Harmonies of #F1B4FE
Complementary color
Monochromatic Colors of #F1B4FE
Black with #F1B4FE
Text Example
Text Example
White with #F1B4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B4FE; }
p { color: rgb(241,180,254); }
H1.HeaderClassName
{
color: #F1B4FE;
}
.AnyTagClassName
{
color: #F1B4FE;
}
</style>
background-color css
<style>
a { background-color: #F1B4FE; }
a { background-color: rgb(241,180,254); }
div.DivClassName
{
background-color: #F1B4FE;
}
.BgClassName
{
background-color: #F1B4FE;
}
</style>
border-color css
<style>
span { border-color: #F1B4FE; }
span { border-color: rgb(241,180,254); }
td.TdClassName
{
border-color: #F1B4FE;
}
.TagClassName
{
border-color: #F1B4FE;
}
</style>