Shades of Mauve #F8BAFE
Tints of Mauve #F8BAFE
RGB
CMYK
RGB Variations
Color information
#F8BAFE (or 0xF8BAFE) is known color: Mauve. HEX triplet: F8, BA and FE. RGB value is (248,186,254). Sum of RGB (Red+Green+Blue) = 248+186+254=688 (91% of max value = 765). Red value is 248 (97.27% from 255 or 36.05% from 688); Green value is 186 (73.05% from 255 or 27.03% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BAFE is #074501. Grayscale: #D4D4D4. Windows color (decimal): -476418 or 16694008. OLE color: 16694008.
HSL color Cylindrical-coordinate representation of color #F8BAFE: hue angle of 294.71º 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 #F8BAFE is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 186 | 254 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.00 |
| HSL | 294.71º | 0.97% | 0.86% | - |
| HSV(B) | 294.71º | 0.27% | 1% | - |
| XYZ | 74.16 | 62.23 | 101.87 | - |
| YUV | 212.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 254 | 0.02 | 0.27 | 0 | 0.00 | 294.71 | 0.97 | 0.86 |
| Hex | F8 | BA | FE | 2 | 1B | 0 | 0 | 127 | 61 | 56 |
| Octal | 370 | 272 | 376 | 2 | 33 | 0 | 0 | 447 | 141 | 126 |
| Binary | 11111000 | 10111010 | 11111110 | 10 | 11011 | 0 | 0 | 100100111 | 1100001 | 1010110 |
Color Harmonies of #F8BAFE
Complementary color
Monochromatic Colors of #F8BAFE
Black with #F8BAFE
Text Example
Text Example
White with #F8BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BAFE; }
p { color: rgb(248,186,254); }
H1.HeaderClassName
{
color: #F8BAFE;
}
.AnyTagClassName
{
color: #F8BAFE;
}
</style>
background-color css
<style>
a { background-color: #F8BAFE; }
a { background-color: rgb(248,186,254); }
div.DivClassName
{
background-color: #F8BAFE;
}
.BgClassName
{
background-color: #F8BAFE;
}
</style>
border-color css
<style>
span { border-color: #F8BAFE; }
span { border-color: rgb(248,186,254); }
td.TdClassName
{
border-color: #F8BAFE;
}
.TagClassName
{
border-color: #F8BAFE;
}
</style>