Shades of Mauve #F5B8FF
Tints of Mauve #F5B8FF
RGB
CMYK
RGB Variations
Color information
#F5B8FF (or 0xF5B8FF) is known color: Mauve. HEX triplet: F5, B8 and FF. RGB value is (245,184,255). Sum of RGB (Red+Green+Blue) = 245+184+255=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 184 (72.27% from 255 or 26.90% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5B8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B8FF is #0A4700. Grayscale: #D2D2D2. Windows color (decimal): -673537 or 16759029. OLE color: 16759029.
HSL color Cylindrical-coordinate representation of color #F5B8FF: hue angle of 291.55º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5B8FF is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 184 | 255 | - |
| CMYK | 0.04 | 0.28 | 0 | 0 |
| HSL | 291.55º | 1% | 0.86% | - |
| HSV(B) | 291.55º | 0.28% | 1% | - |
| XYZ | 72.85 | 60.91 | 102.53 | - |
| YUV | 210.33 | 153.21 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 184 | 255 | 0.04 | 0.28 | 0 | 0 | 291.55 | 1 | 0.86 |
| Hex | F5 | B8 | FF | 4 | 1C | 0 | 0 | 124 | 64 | 56 |
| Octal | 365 | 270 | 377 | 4 | 34 | 0 | 0 | 444 | 144 | 126 |
| Binary | 11110101 | 10111000 | 11111111 | 100 | 11100 | 0 | 0 | 100100100 | 1100100 | 1010110 |
Color Harmonies of #F5B8FF
Complementary color
Monochromatic Colors of #F5B8FF
Black with #F5B8FF
Text Example
Text Example
White with #F5B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B8FF; }
p { color: rgb(245,184,255); }
H1.HeaderClassName
{
color: #F5B8FF;
}
.AnyTagClassName
{
color: #F5B8FF;
}
</style>
background-color css
<style>
a { background-color: #F5B8FF; }
a { background-color: rgb(245,184,255); }
div.DivClassName
{
background-color: #F5B8FF;
}
.BgClassName
{
background-color: #F5B8FF;
}
</style>
border-color css
<style>
span { border-color: #F5B8FF; }
span { border-color: rgb(245,184,255); }
td.TdClassName
{
border-color: #F5B8FF;
}
.TagClassName
{
border-color: #F5B8FF;
}
</style>