Shades of Mauve #F6C2FF
Tints of Mauve #F6C2FF
RGB
CMYK
RGB Variations
Color information
#F6C2FF (or 0xF6C2FF) is known color: Mauve. HEX triplet: F6, C2 and FF. RGB value is (246,194,255). Sum of RGB (Red+Green+Blue) = 246+194+255=695 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.40% from 695); Green value is 194 (76.17% from 255 or 27.91% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6C2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C2FF is #093D00. Grayscale: #D8D8D8. Windows color (decimal): -605441 or 16761590. OLE color: 16761590.
HSL color Cylindrical-coordinate representation of color #F6C2FF: hue angle of 291.15º 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 #F6C2FF is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 194 | 255 | - |
| CMYK | 0.04 | 0.24 | 0 | 0 |
| HSL | 291.15º | 1% | 0.88% | - |
| HSV(B) | 291.15º | 0.24% | 1% | - |
| XYZ | 75.35 | 65.4 | 103.26 | - |
| YUV | 216.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 255 | 0.04 | 0.24 | 0 | 0 | 291.15 | 1 | 0.88 |
| Hex | F6 | C2 | FF | 4 | 18 | 0 | 0 | 123 | 64 | 58 |
| Octal | 366 | 302 | 377 | 4 | 30 | 0 | 0 | 443 | 144 | 130 |
| Binary | 11110110 | 11000010 | 11111111 | 100 | 11000 | 0 | 0 | 100100011 | 1100100 | 1011000 |
Color Harmonies of #F6C2FF
Complementary color
Monochromatic Colors of #F6C2FF
Black with #F6C2FF
Text Example
Text Example
White with #F6C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C2FF; }
p { color: rgb(246,194,255); }
H1.HeaderClassName
{
color: #F6C2FF;
}
.AnyTagClassName
{
color: #F6C2FF;
}
</style>
background-color css
<style>
a { background-color: #F6C2FF; }
a { background-color: rgb(246,194,255); }
div.DivClassName
{
background-color: #F6C2FF;
}
.BgClassName
{
background-color: #F6C2FF;
}
</style>
border-color css
<style>
span { border-color: #F6C2FF; }
span { border-color: rgb(246,194,255); }
td.TdClassName
{
border-color: #F6C2FF;
}
.TagClassName
{
border-color: #F6C2FF;
}
</style>