Shades of Mauve #F6BCFD
Tints of Mauve #F6BCFD
RGB
CMYK
RGB Variations
Color information
#F6BCFD (or 0xF6BCFD) is known color: Mauve. HEX triplet: F6, BC and FD. RGB value is (246,188,253). Sum of RGB (Red+Green+Blue) = 246+188+253=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 188 (73.83% from 255 or 27.37% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6BCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BCFD is #094302. Grayscale: #D4D4D4. Windows color (decimal): -606979 or 16628982. OLE color: 16628982.
HSL color Cylindrical-coordinate representation of color #F6BCFD: hue angle of 293.54º degrees, saturation: 0.94, 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 #F6BCFD is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 188 | 253 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.01 |
| HSL | 293.54º | 0.94% | 0.86% | - |
| HSV(B) | 293.54º | 0.26% | 0.99% | - |
| XYZ | 73.72 | 62.65 | 101.14 | - |
| YUV | 212.75 | 150.72 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 253 | 0.03 | 0.26 | 0 | 0.01 | 293.54 | 0.94 | 0.86 |
| Hex | F6 | BC | FD | 3 | 1A | 0 | 1 | 126 | 5E | 56 |
| Octal | 366 | 274 | 375 | 3 | 32 | 0 | 1 | 446 | 136 | 126 |
| Binary | 11110110 | 10111100 | 11111101 | 11 | 11010 | 0 | 1 | 100100110 | 1011110 | 1010110 |
Color Harmonies of #F6BCFD
Complementary color
Monochromatic Colors of #F6BCFD
Black with #F6BCFD
Text Example
Text Example
White with #F6BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BCFD; }
p { color: rgb(246,188,253); }
H1.HeaderClassName
{
color: #F6BCFD;
}
.AnyTagClassName
{
color: #F6BCFD;
}
</style>
background-color css
<style>
a { background-color: #F6BCFD; }
a { background-color: rgb(246,188,253); }
div.DivClassName
{
background-color: #F6BCFD;
}
.BgClassName
{
background-color: #F6BCFD;
}
</style>
border-color css
<style>
span { border-color: #F6BCFD; }
span { border-color: rgb(246,188,253); }
td.TdClassName
{
border-color: #F6BCFD;
}
.TagClassName
{
border-color: #F6BCFD;
}
</style>