Shades of Mauve #F1B8FF
Tints of Mauve #F1B8FF
RGB
CMYK
RGB Variations
Color information
#F1B8FF (or 0xF1B8FF) is known color: Mauve. HEX triplet: F1, B8 and FF. RGB value is (241,184,255). Sum of RGB (Red+Green+Blue) = 241+184+255=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 184 (72.27% from 255 or 27.06% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1B8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B8FF is #0E4700. Grayscale: #D0D0D0. Windows color (decimal): -935681 or 16759025. OLE color: 16759025.
HSL color Cylindrical-coordinate representation of color #F1B8FF: hue angle of 288.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1B8FF is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 184 | 255 | - |
| CMYK | 0.05 | 0.28 | 0 | 0 |
| HSL | 288.17º | 1% | 0.86% | - |
| HSV(B) | 288.17º | 0.28% | 1% | - |
| XYZ | 71.47 | 60.2 | 102.46 | - |
| YUV | 209.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 184 | 255 | 0.05 | 0.28 | 0 | 0 | 288.17 | 1 | 0.86 |
| Hex | F1 | B8 | FF | 5 | 1C | 0 | 0 | 120 | 64 | 56 |
| Octal | 361 | 270 | 377 | 5 | 34 | 0 | 0 | 440 | 144 | 126 |
| Binary | 11110001 | 10111000 | 11111111 | 101 | 11100 | 0 | 0 | 100100000 | 1100100 | 1010110 |
Color Harmonies of #F1B8FF
Complementary color
Monochromatic Colors of #F1B8FF
Black with #F1B8FF
Text Example
Text Example
White with #F1B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B8FF; }
p { color: rgb(241,184,255); }
H1.HeaderClassName
{
color: #F1B8FF;
}
.AnyTagClassName
{
color: #F1B8FF;
}
</style>
background-color css
<style>
a { background-color: #F1B8FF; }
a { background-color: rgb(241,184,255); }
div.DivClassName
{
background-color: #F1B8FF;
}
.BgClassName
{
background-color: #F1B8FF;
}
</style>
border-color css
<style>
span { border-color: #F1B8FF; }
span { border-color: rgb(241,184,255); }
td.TdClassName
{
border-color: #F1B8FF;
}
.TagClassName
{
border-color: #F1B8FF;
}
</style>