Shades of Mauve #F5BAFF
Tints of Mauve #F5BAFF
RGB
CMYK
RGB Variations
Color information
#F5BAFF (or 0xF5BAFF) is known color: Mauve. HEX triplet: F5, BA and FF. RGB value is (245,186,255). Sum of RGB (Red+Green+Blue) = 245+186+255=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 186 (73.05% from 255 or 27.11% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BAFF is #0A4500. Grayscale: #D3D3D3. Windows color (decimal): -673025 or 16759541. OLE color: 16759541.
HSL color Cylindrical-coordinate representation of color #F5BAFF: hue angle of 291.3º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5BAFF is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 186 | 255 | - |
| CMYK | 0.04 | 0.27 | 0 | 0 |
| HSL | 291.3º | 1% | 0.86% | - |
| HSV(B) | 291.3º | 0.27% | 1% | - |
| XYZ | 73.27 | 61.75 | 102.67 | - |
| YUV | 211.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 255 | 0.04 | 0.27 | 0 | 0 | 291.3 | 1 | 0.86 |
| Hex | F5 | BA | FF | 4 | 1B | 0 | 0 | 123 | 64 | 56 |
| Octal | 365 | 272 | 377 | 4 | 33 | 0 | 0 | 443 | 144 | 126 |
| Binary | 11110101 | 10111010 | 11111111 | 100 | 11011 | 0 | 0 | 100100011 | 1100100 | 1010110 |
Color Harmonies of #F5BAFF
Complementary color
Monochromatic Colors of #F5BAFF
Black with #F5BAFF
Text Example
Text Example
White with #F5BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BAFF; }
p { color: rgb(245,186,255); }
H1.HeaderClassName
{
color: #F5BAFF;
}
.AnyTagClassName
{
color: #F5BAFF;
}
</style>
background-color css
<style>
a { background-color: #F5BAFF; }
a { background-color: rgb(245,186,255); }
div.DivClassName
{
background-color: #F5BAFF;
}
.BgClassName
{
background-color: #F5BAFF;
}
</style>
border-color css
<style>
span { border-color: #F5BAFF; }
span { border-color: rgb(245,186,255); }
td.TdClassName
{
border-color: #F5BAFF;
}
.TagClassName
{
border-color: #F5BAFF;
}
</style>