Shades of Mauve #F5B9FC
Tints of Mauve #F5B9FC
RGB
CMYK
RGB Variations
Color information
#F5B9FC (or 0xF5B9FC) is known color: Mauve. HEX triplet: F5, B9 and FC. RGB value is (245,185,252). Sum of RGB (Red+Green+Blue) = 245+185+252=682 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.92% from 682); Green value is 185 (72.66% from 255 or 27.13% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5B9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B9FC is #0A4603. Grayscale: #D2D2D2. Windows color (decimal): -673284 or 16562677. OLE color: 16562677.
HSL color Cylindrical-coordinate representation of color #F5B9FC: hue angle of 293.73º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5B9FC is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 185 | 252 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.01 |
| HSL | 293.73º | 0.92% | 0.86% | - |
| HSV(B) | 293.73º | 0.27% | 0.99% | - |
| XYZ | 72.58 | 61.14 | 100.07 | - |
| YUV | 210.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 185 | 252 | 0.03 | 0.27 | 0 | 0.01 | 293.73 | 0.92 | 0.86 |
| Hex | F5 | B9 | FC | 3 | 1B | 0 | 1 | 126 | 5C | 56 |
| Octal | 365 | 271 | 374 | 3 | 33 | 0 | 1 | 446 | 134 | 126 |
| Binary | 11110101 | 10111001 | 11111100 | 11 | 11011 | 0 | 1 | 100100110 | 1011100 | 1010110 |
Color Harmonies of #F5B9FC
Complementary color
Monochromatic Colors of #F5B9FC
Black with #F5B9FC
Text Example
Text Example
White with #F5B9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B9FC; }
p { color: rgb(245,185,252); }
H1.HeaderClassName
{
color: #F5B9FC;
}
.AnyTagClassName
{
color: #F5B9FC;
}
</style>
background-color css
<style>
a { background-color: #F5B9FC; }
a { background-color: rgb(245,185,252); }
div.DivClassName
{
background-color: #F5B9FC;
}
.BgClassName
{
background-color: #F5B9FC;
}
</style>
border-color css
<style>
span { border-color: #F5B9FC; }
span { border-color: rgb(245,185,252); }
td.TdClassName
{
border-color: #F5B9FC;
}
.TagClassName
{
border-color: #F5B9FC;
}
</style>