Shades of Mauve #F5BBFE
Tints of Mauve #F5BBFE
RGB
CMYK
RGB Variations
Color information
#F5BBFE (or 0xF5BBFE) is known color: Mauve. HEX triplet: F5, BB and FE. RGB value is (245,187,254). Sum of RGB (Red+Green+Blue) = 245+187+254=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 187 (73.44% from 255 or 27.26% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5BBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BBFE is #0A4401. Grayscale: #D3D3D3. Windows color (decimal): -672770 or 16694261. OLE color: 16694261.
HSL color Cylindrical-coordinate representation of color #F5BBFE: hue angle of 291.94º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5BBFE is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 187 | 254 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.00 |
| HSL | 291.94º | 0.97% | 0.86% | - |
| HSV(B) | 291.94º | 0.26% | 1% | - |
| XYZ | 73.32 | 62.11 | 101.89 | - |
| YUV | 211.98 | 151.72 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 254 | 0.04 | 0.26 | 0 | 0.00 | 291.94 | 0.97 | 0.86 |
| Hex | F5 | BB | FE | 4 | 1A | 0 | 0 | 124 | 61 | 56 |
| Octal | 365 | 273 | 376 | 4 | 32 | 0 | 0 | 444 | 141 | 126 |
| Binary | 11110101 | 10111011 | 11111110 | 100 | 11010 | 0 | 0 | 100100100 | 1100001 | 1010110 |
Color Harmonies of #F5BBFE
Complementary color
Monochromatic Colors of #F5BBFE
Black with #F5BBFE
Text Example
Text Example
White with #F5BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBFE; }
p { color: rgb(245,187,254); }
H1.HeaderClassName
{
color: #F5BBFE;
}
.AnyTagClassName
{
color: #F5BBFE;
}
</style>
background-color css
<style>
a { background-color: #F5BBFE; }
a { background-color: rgb(245,187,254); }
div.DivClassName
{
background-color: #F5BBFE;
}
.BgClassName
{
background-color: #F5BBFE;
}
</style>
border-color css
<style>
span { border-color: #F5BBFE; }
span { border-color: rgb(245,187,254); }
td.TdClassName
{
border-color: #F5BBFE;
}
.TagClassName
{
border-color: #F5BBFE;
}
</style>