Shades of Mauve #F5BDFB
Tints of Mauve #F5BDFB
RGB
CMYK
RGB Variations
Color information
#F5BDFB (or 0xF5BDFB) is known color: Mauve. HEX triplet: F5, BD and FB. RGB value is (245,189,251). Sum of RGB (Red+Green+Blue) = 245+189+251=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 189 (74.22% from 255 or 27.59% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5BDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BDFB is #0A4204. Grayscale: #D4D4D4. Windows color (decimal): -672261 or 16498165. OLE color: 16498165.
HSL color Cylindrical-coordinate representation of color #F5BDFB: hue angle of 294.19º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5BDFB is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 189 | 251 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.02 |
| HSL | 294.19º | 0.89% | 0.86% | - |
| HSV(B) | 294.19º | 0.25% | 0.98% | - |
| XYZ | 73.27 | 62.77 | 99.52 | - |
| YUV | 212.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 251 | 0.02 | 0.25 | 0 | 0.02 | 294.19 | 0.89 | 0.86 |
| Hex | F5 | BD | FB | 2 | 19 | 0 | 2 | 126 | 59 | 56 |
| Octal | 365 | 275 | 373 | 2 | 31 | 0 | 2 | 446 | 131 | 126 |
| Binary | 11110101 | 10111101 | 11111011 | 10 | 11001 | 0 | 10 | 100100110 | 1011001 | 1010110 |
Color Harmonies of #F5BDFB
Complementary color
Monochromatic Colors of #F5BDFB
Black with #F5BDFB
Text Example
Text Example
White with #F5BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDFB; }
p { color: rgb(245,189,251); }
H1.HeaderClassName
{
color: #F5BDFB;
}
.AnyTagClassName
{
color: #F5BDFB;
}
</style>
background-color css
<style>
a { background-color: #F5BDFB; }
a { background-color: rgb(245,189,251); }
div.DivClassName
{
background-color: #F5BDFB;
}
.BgClassName
{
background-color: #F5BDFB;
}
</style>
border-color css
<style>
span { border-color: #F5BDFB; }
span { border-color: rgb(245,189,251); }
td.TdClassName
{
border-color: #F5BDFB;
}
.TagClassName
{
border-color: #F5BDFB;
}
</style>