Shades of Mauve #F1B4FF
Tints of Mauve #F1B4FF
RGB
CMYK
RGB Variations
Color information
#F1B4FF (or 0xF1B4FF) is known color: Mauve. HEX triplet: F1, B4 and FF. RGB value is (241,180,255). Sum of RGB (Red+Green+Blue) = 241+180+255=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 180 (70.70% from 255 or 26.63% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1B4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B4FF is #0E4B00. Grayscale: #CECECE. Windows color (decimal): -936705 or 16758001. OLE color: 16758001.
HSL color Cylindrical-coordinate representation of color #F1B4FF: hue angle of 288.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1B4FF is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 180 | 255 | - |
| CMYK | 0.05 | 0.29 | 0 | 0 |
| HSL | 288.8º | 1% | 0.85% | - |
| HSV(B) | 288.8º | 0.29% | 1% | - |
| XYZ | 70.65 | 58.56 | 102.19 | - |
| YUV | 206.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 180 | 255 | 0.05 | 0.29 | 0 | 0 | 288.8 | 1 | 0.85 |
| Hex | F1 | B4 | FF | 5 | 1D | 0 | 0 | 121 | 64 | 55 |
| Octal | 361 | 264 | 377 | 5 | 35 | 0 | 0 | 441 | 144 | 125 |
| Binary | 11110001 | 10110100 | 11111111 | 101 | 11101 | 0 | 0 | 100100001 | 1100100 | 1010101 |
Color Harmonies of #F1B4FF
Complementary color
Monochromatic Colors of #F1B4FF
Black with #F1B4FF
Text Example
Text Example
White with #F1B4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B4FF; }
p { color: rgb(241,180,255); }
H1.HeaderClassName
{
color: #F1B4FF;
}
.AnyTagClassName
{
color: #F1B4FF;
}
</style>
background-color css
<style>
a { background-color: #F1B4FF; }
a { background-color: rgb(241,180,255); }
div.DivClassName
{
background-color: #F1B4FF;
}
.BgClassName
{
background-color: #F1B4FF;
}
</style>
border-color css
<style>
span { border-color: #F1B4FF; }
span { border-color: rgb(241,180,255); }
td.TdClassName
{
border-color: #F1B4FF;
}
.TagClassName
{
border-color: #F1B4FF;
}
</style>