Shades of Mauve #F5B4FB
Tints of Mauve #F5B4FB
RGB
CMYK
RGB Variations
Color information
#F5B4FB (or 0xF5B4FB) is known color: Mauve. HEX triplet: F5, B4 and FB. RGB value is (245,180,251). Sum of RGB (Red+Green+Blue) = 245+180+251=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 180 (70.70% from 255 or 26.63% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5B4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B4FB is #0A4B04. Grayscale: #CFCFCF. Windows color (decimal): -674565 or 16495861. OLE color: 16495861.
HSL color Cylindrical-coordinate representation of color #F5B4FB: hue angle of 294.93º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5B4FB is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 180 | 251 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.02 |
| HSL | 294.93º | 0.9% | 0.85% | - |
| HSV(B) | 294.93º | 0.28% | 0.98% | - |
| XYZ | 71.39 | 59.02 | 98.9 | - |
| YUV | 207.53 | 152.53 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 180 | 251 | 0.02 | 0.28 | 0 | 0.02 | 294.93 | 0.9 | 0.85 |
| Hex | F5 | B4 | FB | 2 | 1C | 0 | 2 | 127 | 5A | 55 |
| Octal | 365 | 264 | 373 | 2 | 34 | 0 | 2 | 447 | 132 | 125 |
| Binary | 11110101 | 10110100 | 11111011 | 10 | 11100 | 0 | 10 | 100100111 | 1011010 | 1010101 |
Color Harmonies of #F5B4FB
Complementary color
Monochromatic Colors of #F5B4FB
Black with #F5B4FB
Text Example
Text Example
White with #F5B4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B4FB; }
p { color: rgb(245,180,251); }
H1.HeaderClassName
{
color: #F5B4FB;
}
.AnyTagClassName
{
color: #F5B4FB;
}
</style>
background-color css
<style>
a { background-color: #F5B4FB; }
a { background-color: rgb(245,180,251); }
div.DivClassName
{
background-color: #F5B4FB;
}
.BgClassName
{
background-color: #F5B4FB;
}
</style>
border-color css
<style>
span { border-color: #F5B4FB; }
span { border-color: rgb(245,180,251); }
td.TdClassName
{
border-color: #F5B4FB;
}
.TagClassName
{
border-color: #F5B4FB;
}
</style>