Shades of Mauve #F9BCFC
Tints of Mauve #F9BCFC
RGB
CMYK
RGB Variations
Color information
#F9BCFC (or 0xF9BCFC) is known color: Mauve. HEX triplet: F9, BC and FC. RGB value is (249,188,252). Sum of RGB (Red+Green+Blue) = 249+188+252=689 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.14% from 689); Green value is 188 (73.83% from 255 or 27.29% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9BCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BCFC is #064303. Grayscale: #D5D5D5. Windows color (decimal): -410372 or 16563449. OLE color: 16563449.
HSL color Cylindrical-coordinate representation of color #F9BCFC: hue angle of 297.19º 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 #F9BCFC is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 188 | 252 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.01 |
| HSL | 297.19º | 0.91% | 0.86% | - |
| HSV(B) | 297.19º | 0.25% | 0.99% | - |
| XYZ | 74.62 | 63.13 | 100.35 | - |
| YUV | 213.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 252 | 0.01 | 0.25 | 0 | 0.01 | 297.19 | 0.91 | 0.86 |
| Hex | F9 | BC | FC | 1 | 19 | 0 | 1 | 129 | 5B | 56 |
| Octal | 371 | 274 | 374 | 1 | 31 | 0 | 1 | 451 | 133 | 126 |
| Binary | 11111001 | 10111100 | 11111100 | 1 | 11001 | 0 | 1 | 100101001 | 1011011 | 1010110 |
Color Harmonies of #F9BCFC
Complementary color
Monochromatic Colors of #F9BCFC
Black with #F9BCFC
Text Example
Text Example
White with #F9BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCFC; }
p { color: rgb(249,188,252); }
H1.HeaderClassName
{
color: #F9BCFC;
}
.AnyTagClassName
{
color: #F9BCFC;
}
</style>
background-color css
<style>
a { background-color: #F9BCFC; }
a { background-color: rgb(249,188,252); }
div.DivClassName
{
background-color: #F9BCFC;
}
.BgClassName
{
background-color: #F9BCFC;
}
</style>
border-color css
<style>
span { border-color: #F9BCFC; }
span { border-color: rgb(249,188,252); }
td.TdClassName
{
border-color: #F9BCFC;
}
.TagClassName
{
border-color: #F9BCFC;
}
</style>