Shades of Mauve #F5BCFC
Tints of Mauve #F5BCFC
RGB
CMYK
RGB Variations
Color information
#F5BCFC (or 0xF5BCFC) is known color: Mauve. HEX triplet: F5, BC and FC. RGB value is (245,188,252). Sum of RGB (Red+Green+Blue) = 245+188+252=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 188 (73.83% from 255 or 27.45% 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 #F5BCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BCFC is #0A4303. Grayscale: #D4D4D4. Windows color (decimal): -672516 or 16563445. OLE color: 16563445.
HSL color Cylindrical-coordinate representation of color #F5BCFC: hue angle of 293.44º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5BCFC is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 188 | 252 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.01 |
| HSL | 293.44º | 0.91% | 0.86% | - |
| HSV(B) | 293.44º | 0.25% | 0.99% | - |
| XYZ | 73.21 | 62.41 | 100.28 | - |
| YUV | 212.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 252 | 0.03 | 0.25 | 0 | 0.01 | 293.44 | 0.91 | 0.86 |
| Hex | F5 | BC | FC | 3 | 19 | 0 | 1 | 125 | 5B | 56 |
| Octal | 365 | 274 | 374 | 3 | 31 | 0 | 1 | 445 | 133 | 126 |
| Binary | 11110101 | 10111100 | 11111100 | 11 | 11001 | 0 | 1 | 100100101 | 1011011 | 1010110 |
Color Harmonies of #F5BCFC
Complementary color
Monochromatic Colors of #F5BCFC
Black with #F5BCFC
Text Example
Text Example
White with #F5BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BCFC; }
p { color: rgb(245,188,252); }
H1.HeaderClassName
{
color: #F5BCFC;
}
.AnyTagClassName
{
color: #F5BCFC;
}
</style>
background-color css
<style>
a { background-color: #F5BCFC; }
a { background-color: rgb(245,188,252); }
div.DivClassName
{
background-color: #F5BCFC;
}
.BgClassName
{
background-color: #F5BCFC;
}
</style>
border-color css
<style>
span { border-color: #F5BCFC; }
span { border-color: rgb(245,188,252); }
td.TdClassName
{
border-color: #F5BCFC;
}
.TagClassName
{
border-color: #F5BCFC;
}
</style>