Shades of Mauve #F8B9FC
Tints of Mauve #F8B9FC
RGB
CMYK
RGB Variations
Color information
#F8B9FC (or 0xF8B9FC) is known color: Mauve. HEX triplet: F8, B9 and FC. RGB value is (248,185,252). Sum of RGB (Red+Green+Blue) = 248+185+252=685 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.20% from 685); Green value is 185 (72.66% from 255 or 27.01% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8B9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B9FC is #074603. Grayscale: #D3D3D3. Windows color (decimal): -476676 or 16562680. OLE color: 16562680.
HSL color Cylindrical-coordinate representation of color #F8B9FC: hue angle of 296.42º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B9FC is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 185 | 252 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.01 |
| HSL | 296.42º | 0.92% | 0.86% | - |
| HSV(B) | 296.42º | 0.27% | 0.99% | - |
| XYZ | 73.63 | 61.68 | 100.12 | - |
| YUV | 211.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 185 | 252 | 0.02 | 0.27 | 0 | 0.01 | 296.42 | 0.92 | 0.86 |
| Hex | F8 | B9 | FC | 2 | 1B | 0 | 1 | 128 | 5C | 56 |
| Octal | 370 | 271 | 374 | 2 | 33 | 0 | 1 | 450 | 134 | 126 |
| Binary | 11111000 | 10111001 | 11111100 | 10 | 11011 | 0 | 1 | 100101000 | 1011100 | 1010110 |
Color Harmonies of #F8B9FC
Complementary color
Monochromatic Colors of #F8B9FC
Black with #F8B9FC
Text Example
Text Example
White with #F8B9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B9FC; }
p { color: rgb(248,185,252); }
H1.HeaderClassName
{
color: #F8B9FC;
}
.AnyTagClassName
{
color: #F8B9FC;
}
</style>
background-color css
<style>
a { background-color: #F8B9FC; }
a { background-color: rgb(248,185,252); }
div.DivClassName
{
background-color: #F8B9FC;
}
.BgClassName
{
background-color: #F8B9FC;
}
</style>
border-color css
<style>
span { border-color: #F8B9FC; }
span { border-color: rgb(248,185,252); }
td.TdClassName
{
border-color: #F8B9FC;
}
.TagClassName
{
border-color: #F8B9FC;
}
</style>