Shades of Mauve #F5B8FD
Tints of Mauve #F5B8FD
RGB
CMYK
RGB Variations
Color information
#F5B8FD (or 0xF5B8FD) is known color: Mauve. HEX triplet: F5, B8 and FD. RGB value is (245,184,253). Sum of RGB (Red+Green+Blue) = 245+184+253=682 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.92% from 682); Green value is 184 (72.27% from 255 or 26.98% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5B8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B8FD is #0A4702. Grayscale: #D1D1D1. Windows color (decimal): -673539 or 16627957. OLE color: 16627957.
HSL color Cylindrical-coordinate representation of color #F5B8FD: hue angle of 293.04º degrees, saturation: 0.95, 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 #F5B8FD is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 184 | 253 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.01 |
| HSL | 293.04º | 0.95% | 0.86% | - |
| HSV(B) | 293.04º | 0.27% | 0.99% | - |
| XYZ | 72.53 | 60.79 | 100.84 | - |
| YUV | 210.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 184 | 253 | 0.03 | 0.27 | 0 | 0.01 | 293.04 | 0.95 | 0.86 |
| Hex | F5 | B8 | FD | 3 | 1B | 0 | 1 | 125 | 5F | 56 |
| Octal | 365 | 270 | 375 | 3 | 33 | 0 | 1 | 445 | 137 | 126 |
| Binary | 11110101 | 10111000 | 11111101 | 11 | 11011 | 0 | 1 | 100100101 | 1011111 | 1010110 |
Color Harmonies of #F5B8FD
Complementary color
Monochromatic Colors of #F5B8FD
Black with #F5B8FD
Text Example
Text Example
White with #F5B8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B8FD; }
p { color: rgb(245,184,253); }
H1.HeaderClassName
{
color: #F5B8FD;
}
.AnyTagClassName
{
color: #F5B8FD;
}
</style>
background-color css
<style>
a { background-color: #F5B8FD; }
a { background-color: rgb(245,184,253); }
div.DivClassName
{
background-color: #F5B8FD;
}
.BgClassName
{
background-color: #F5B8FD;
}
</style>
border-color css
<style>
span { border-color: #F5B8FD; }
span { border-color: rgb(245,184,253); }
td.TdClassName
{
border-color: #F5B8FD;
}
.TagClassName
{
border-color: #F5B8FD;
}
</style>