Shades of Mauve #F5BEFB
Tints of Mauve #F5BEFB
RGB
CMYK
RGB Variations
Color information
#F5BEFB (or 0xF5BEFB) is known color: Mauve. HEX triplet: F5, BE and FB. RGB value is (245,190,251). Sum of RGB (Red+Green+Blue) = 245+190+251=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 190 (74.61% from 255 or 27.70% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5BEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BEFB is #0A4104. Grayscale: #D5D5D5. Windows color (decimal): -672005 or 16498421. OLE color: 16498421.
HSL color Cylindrical-coordinate representation of color #F5BEFB: hue angle of 294.1º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BEFB is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 190 | 251 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.02 |
| HSL | 294.1º | 0.88% | 0.86% | - |
| HSV(B) | 294.1º | 0.24% | 0.98% | - |
| XYZ | 73.48 | 63.2 | 99.59 | - |
| YUV | 213.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 251 | 0.02 | 0.24 | 0 | 0.02 | 294.1 | 0.88 | 0.86 |
| Hex | F5 | BE | FB | 2 | 18 | 0 | 2 | 126 | 58 | 56 |
| Octal | 365 | 276 | 373 | 2 | 30 | 0 | 2 | 446 | 130 | 126 |
| Binary | 11110101 | 10111110 | 11111011 | 10 | 11000 | 0 | 10 | 100100110 | 1011000 | 1010110 |
Color Harmonies of #F5BEFB
Complementary color
Monochromatic Colors of #F5BEFB
Black with #F5BEFB
Text Example
Text Example
White with #F5BEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BEFB; }
p { color: rgb(245,190,251); }
H1.HeaderClassName
{
color: #F5BEFB;
}
.AnyTagClassName
{
color: #F5BEFB;
}
</style>
background-color css
<style>
a { background-color: #F5BEFB; }
a { background-color: rgb(245,190,251); }
div.DivClassName
{
background-color: #F5BEFB;
}
.BgClassName
{
background-color: #F5BEFB;
}
</style>
border-color css
<style>
span { border-color: #F5BEFB; }
span { border-color: rgb(245,190,251); }
td.TdClassName
{
border-color: #F5BEFB;
}
.TagClassName
{
border-color: #F5BEFB;
}
</style>