Shades of Mauve #F5BAFE
Tints of Mauve #F5BAFE
RGB
CMYK
RGB Variations
Color information
#F5BAFE (or 0xF5BAFE) is known color: Mauve. HEX triplet: F5, BA and FE. RGB value is (245,186,254). Sum of RGB (Red+Green+Blue) = 245+186+254=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 186 (73.05% from 255 or 27.15% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BAFE is #0A4501. Grayscale: #D3D3D3. Windows color (decimal): -673026 or 16694005. OLE color: 16694005.
HSL color Cylindrical-coordinate representation of color #F5BAFE: hue angle of 292.06º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5BAFE is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 186 | 254 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.00 |
| HSL | 292.06º | 0.97% | 0.86% | - |
| HSV(B) | 292.06º | 0.27% | 1% | - |
| XYZ | 73.1 | 61.69 | 101.82 | - |
| YUV | 211.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 254 | 0.04 | 0.27 | 0 | 0.00 | 292.06 | 0.97 | 0.86 |
| Hex | F5 | BA | FE | 4 | 1B | 0 | 0 | 124 | 61 | 56 |
| Octal | 365 | 272 | 376 | 4 | 33 | 0 | 0 | 444 | 141 | 126 |
| Binary | 11110101 | 10111010 | 11111110 | 100 | 11011 | 0 | 0 | 100100100 | 1100001 | 1010110 |
Color Harmonies of #F5BAFE
Complementary color
Monochromatic Colors of #F5BAFE
Black with #F5BAFE
Text Example
Text Example
White with #F5BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BAFE; }
p { color: rgb(245,186,254); }
H1.HeaderClassName
{
color: #F5BAFE;
}
.AnyTagClassName
{
color: #F5BAFE;
}
</style>
background-color css
<style>
a { background-color: #F5BAFE; }
a { background-color: rgb(245,186,254); }
div.DivClassName
{
background-color: #F5BAFE;
}
.BgClassName
{
background-color: #F5BAFE;
}
</style>
border-color css
<style>
span { border-color: #F5BAFE; }
span { border-color: rgb(245,186,254); }
td.TdClassName
{
border-color: #F5BAFE;
}
.TagClassName
{
border-color: #F5BAFE;
}
</style>