Shades of Mauve #F6BDFF
Tints of Mauve #F6BDFF
RGB
CMYK
RGB Variations
Color information
#F6BDFF (or 0xF6BDFF) is known color: Mauve. HEX triplet: F6, BD and FF. RGB value is (246,189,255). Sum of RGB (Red+Green+Blue) = 246+189+255=690 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.65% from 690); Green value is 189 (74.22% from 255 or 27.39% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BDFF is #094200. Grayscale: #D5D5D5. Windows color (decimal): -606721 or 16760310. OLE color: 16760310.
HSL color Cylindrical-coordinate representation of color #F6BDFF: hue angle of 291.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6BDFF is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 189 | 255 | - |
| CMYK | 0.04 | 0.26 | 0 | 0 |
| HSL | 291.82º | 1% | 0.87% | - |
| HSV(B) | 291.82º | 0.26% | 1% | - |
| XYZ | 74.25 | 63.21 | 102.89 | - |
| YUV | 213.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 255 | 0.04 | 0.26 | 0 | 0 | 291.82 | 1 | 0.87 |
| Hex | F6 | BD | FF | 4 | 1A | 0 | 0 | 124 | 64 | 57 |
| Octal | 366 | 275 | 377 | 4 | 32 | 0 | 0 | 444 | 144 | 127 |
| Binary | 11110110 | 10111101 | 11111111 | 100 | 11010 | 0 | 0 | 100100100 | 1100100 | 1010111 |
Color Harmonies of #F6BDFF
Complementary color
Monochromatic Colors of #F6BDFF
Black with #F6BDFF
Text Example
Text Example
White with #F6BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDFF; }
p { color: rgb(246,189,255); }
H1.HeaderClassName
{
color: #F6BDFF;
}
.AnyTagClassName
{
color: #F6BDFF;
}
</style>
background-color css
<style>
a { background-color: #F6BDFF; }
a { background-color: rgb(246,189,255); }
div.DivClassName
{
background-color: #F6BDFF;
}
.BgClassName
{
background-color: #F6BDFF;
}
</style>
border-color css
<style>
span { border-color: #F6BDFF; }
span { border-color: rgb(246,189,255); }
td.TdClassName
{
border-color: #F6BDFF;
}
.TagClassName
{
border-color: #F6BDFF;
}
</style>