Shades of Mauve #F8BAFC
Tints of Mauve #F8BAFC
RGB
CMYK
RGB Variations
Color information
#F8BAFC (or 0xF8BAFC) is known color: Mauve. HEX triplet: F8, BA and FC. RGB value is (248,186,252). Sum of RGB (Red+Green+Blue) = 248+186+252=686 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.15% from 686); Green value is 186 (73.05% from 255 or 27.11% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8BAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BAFC is #074503. Grayscale: #D3D3D3. Windows color (decimal): -476420 or 16562936. OLE color: 16562936.
HSL color Cylindrical-coordinate representation of color #F8BAFC: hue angle of 296.36º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8BAFC is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 186 | 252 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.01 |
| HSL | 296.36º | 0.92% | 0.86% | - |
| HSV(B) | 296.36º | 0.26% | 0.99% | - |
| XYZ | 73.84 | 62.1 | 100.19 | - |
| YUV | 212.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 252 | 0.02 | 0.26 | 0 | 0.01 | 296.36 | 0.92 | 0.86 |
| Hex | F8 | BA | FC | 2 | 1A | 0 | 1 | 128 | 5C | 56 |
| Octal | 370 | 272 | 374 | 2 | 32 | 0 | 1 | 450 | 134 | 126 |
| Binary | 11111000 | 10111010 | 11111100 | 10 | 11010 | 0 | 1 | 100101000 | 1011100 | 1010110 |
Color Harmonies of #F8BAFC
Complementary color
Monochromatic Colors of #F8BAFC
Black with #F8BAFC
Text Example
Text Example
White with #F8BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BAFC; }
p { color: rgb(248,186,252); }
H1.HeaderClassName
{
color: #F8BAFC;
}
.AnyTagClassName
{
color: #F8BAFC;
}
</style>
background-color css
<style>
a { background-color: #F8BAFC; }
a { background-color: rgb(248,186,252); }
div.DivClassName
{
background-color: #F8BAFC;
}
.BgClassName
{
background-color: #F8BAFC;
}
</style>
border-color css
<style>
span { border-color: #F8BAFC; }
span { border-color: rgb(248,186,252); }
td.TdClassName
{
border-color: #F8BAFC;
}
.TagClassName
{
border-color: #F8BAFC;
}
</style>