Shades of Mauve #F5B9FD
Tints of Mauve #F5B9FD
RGB
CMYK
RGB Variations
Color information
#F5B9FD (or 0xF5B9FD) is known color: Mauve. HEX triplet: F5, B9 and FD. RGB value is (245,185,253). Sum of RGB (Red+Green+Blue) = 245+185+253=683 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.87% from 683); Green value is 185 (72.66% from 255 or 27.09% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5B9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B9FD is #0A4602. Grayscale: #D2D2D2. Windows color (decimal): -673283 or 16628213. OLE color: 16628213.
HSL color Cylindrical-coordinate representation of color #F5B9FD: hue angle of 292.94º degrees, saturation: 0.94, 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 #F5B9FD is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 185 | 253 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.01 |
| HSL | 292.94º | 0.94% | 0.86% | - |
| HSV(B) | 292.94º | 0.27% | 0.99% | - |
| XYZ | 72.73 | 61.2 | 100.91 | - |
| YUV | 210.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 185 | 253 | 0.03 | 0.27 | 0 | 0.01 | 292.94 | 0.94 | 0.86 |
| Hex | F5 | B9 | FD | 3 | 1B | 0 | 1 | 125 | 5E | 56 |
| Octal | 365 | 271 | 375 | 3 | 33 | 0 | 1 | 445 | 136 | 126 |
| Binary | 11110101 | 10111001 | 11111101 | 11 | 11011 | 0 | 1 | 100100101 | 1011110 | 1010110 |
Color Harmonies of #F5B9FD
Complementary color
Monochromatic Colors of #F5B9FD
Black with #F5B9FD
Text Example
Text Example
White with #F5B9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B9FD; }
p { color: rgb(245,185,253); }
H1.HeaderClassName
{
color: #F5B9FD;
}
.AnyTagClassName
{
color: #F5B9FD;
}
</style>
background-color css
<style>
a { background-color: #F5B9FD; }
a { background-color: rgb(245,185,253); }
div.DivClassName
{
background-color: #F5B9FD;
}
.BgClassName
{
background-color: #F5B9FD;
}
</style>
border-color css
<style>
span { border-color: #F5B9FD; }
span { border-color: rgb(245,185,253); }
td.TdClassName
{
border-color: #F5B9FD;
}
.TagClassName
{
border-color: #F5B9FD;
}
</style>