Shades of Mauve #F5B8FE
Tints of Mauve #F5B8FE
RGB
CMYK
RGB Variations
Color information
#F5B8FE (or 0xF5B8FE) is known color: Mauve. HEX triplet: F5, B8 and FE. RGB value is (245,184,254). Sum of RGB (Red+Green+Blue) = 245+184+254=683 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.87% from 683); Green value is 184 (72.27% from 255 or 26.94% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5B8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B8FE is #0A4701. Grayscale: #D2D2D2. Windows color (decimal): -673538 or 16693493. OLE color: 16693493.
HSL color Cylindrical-coordinate representation of color #F5B8FE: hue angle of 292.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5B8FE is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 184 | 254 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.00 |
| HSL | 292.29º | 0.97% | 0.86% | - |
| HSV(B) | 292.29º | 0.28% | 1% | - |
| XYZ | 72.69 | 60.85 | 101.68 | - |
| YUV | 210.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 184 | 254 | 0.04 | 0.28 | 0 | 0.00 | 292.29 | 0.97 | 0.86 |
| Hex | F5 | B8 | FE | 4 | 1C | 0 | 0 | 124 | 61 | 56 |
| Octal | 365 | 270 | 376 | 4 | 34 | 0 | 0 | 444 | 141 | 126 |
| Binary | 11110101 | 10111000 | 11111110 | 100 | 11100 | 0 | 0 | 100100100 | 1100001 | 1010110 |
Color Harmonies of #F5B8FE
Complementary color
Monochromatic Colors of #F5B8FE
Black with #F5B8FE
Text Example
Text Example
White with #F5B8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B8FE; }
p { color: rgb(245,184,254); }
H1.HeaderClassName
{
color: #F5B8FE;
}
.AnyTagClassName
{
color: #F5B8FE;
}
</style>
background-color css
<style>
a { background-color: #F5B8FE; }
a { background-color: rgb(245,184,254); }
div.DivClassName
{
background-color: #F5B8FE;
}
.BgClassName
{
background-color: #F5B8FE;
}
</style>
border-color css
<style>
span { border-color: #F5B8FE; }
span { border-color: rgb(245,184,254); }
td.TdClassName
{
border-color: #F5B8FE;
}
.TagClassName
{
border-color: #F5B8FE;
}
</style>