Shades of Mauve #F6C3FF
Tints of Mauve #F6C3FF
RGB
CMYK
RGB Variations
Color information
#F6C3FF (or 0xF6C3FF) is known color: Mauve. HEX triplet: F6, C3 and FF. RGB value is (246,195,255). Sum of RGB (Red+Green+Blue) = 246+195+255=696 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.34% from 696); Green value is 195 (76.56% from 255 or 28.02% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6C3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C3FF is #093C00. Grayscale: #D8D8D8. Windows color (decimal): -605185 or 16761846. OLE color: 16761846.
HSL color Cylindrical-coordinate representation of color #F6C3FF: hue angle of 291º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6C3FF is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 195 | 255 | - |
| CMYK | 0.04 | 0.24 | 0 | 0 |
| HSL | 291º | 1% | 0.88% | - |
| HSV(B) | 291º | 0.24% | 1% | - |
| XYZ | 75.57 | 65.84 | 103.33 | - |
| YUV | 217.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 255 | 0.04 | 0.24 | 0 | 0 | 291 | 1 | 0.88 |
| Hex | F6 | C3 | FF | 4 | 18 | 0 | 0 | 123 | 64 | 58 |
| Octal | 366 | 303 | 377 | 4 | 30 | 0 | 0 | 443 | 144 | 130 |
| Binary | 11110110 | 11000011 | 11111111 | 100 | 11000 | 0 | 0 | 100100011 | 1100100 | 1011000 |
Color Harmonies of #F6C3FF
Complementary color
Monochromatic Colors of #F6C3FF
Black with #F6C3FF
Text Example
Text Example
White with #F6C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C3FF; }
p { color: rgb(246,195,255); }
H1.HeaderClassName
{
color: #F6C3FF;
}
.AnyTagClassName
{
color: #F6C3FF;
}
</style>
background-color css
<style>
a { background-color: #F6C3FF; }
a { background-color: rgb(246,195,255); }
div.DivClassName
{
background-color: #F6C3FF;
}
.BgClassName
{
background-color: #F6C3FF;
}
</style>
border-color css
<style>
span { border-color: #F6C3FF; }
span { border-color: rgb(246,195,255); }
td.TdClassName
{
border-color: #F6C3FF;
}
.TagClassName
{
border-color: #F6C3FF;
}
</style>