Shades of Mauve #F6C2FD
Tints of Mauve #F6C2FD
RGB
CMYK
RGB Variations
Color information
#F6C2FD (or 0xF6C2FD) is known color: Mauve. HEX triplet: F6, C2 and FD. RGB value is (246,194,253). Sum of RGB (Red+Green+Blue) = 246+194+253=693 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.50% from 693); Green value is 194 (76.17% from 255 or 27.99% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6C2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C2FD is #093D02. Grayscale: #D8D8D8. Windows color (decimal): -605443 or 16630518. OLE color: 16630518.
HSL color Cylindrical-coordinate representation of color #F6C2FD: hue angle of 292.88º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6C2FD is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 194 | 253 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.01 |
| HSL | 292.88º | 0.94% | 0.88% | - |
| HSV(B) | 292.88º | 0.23% | 0.99% | - |
| XYZ | 75.03 | 65.27 | 101.57 | - |
| YUV | 216.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 253 | 0.03 | 0.23 | 0 | 0.01 | 292.88 | 0.94 | 0.88 |
| Hex | F6 | C2 | FD | 3 | 17 | 0 | 1 | 125 | 5E | 58 |
| Octal | 366 | 302 | 375 | 3 | 27 | 0 | 1 | 445 | 136 | 130 |
| Binary | 11110110 | 11000010 | 11111101 | 11 | 10111 | 0 | 1 | 100100101 | 1011110 | 1011000 |
Color Harmonies of #F6C2FD
Complementary color
Monochromatic Colors of #F6C2FD
Black with #F6C2FD
Text Example
Text Example
White with #F6C2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C2FD; }
p { color: rgb(246,194,253); }
H1.HeaderClassName
{
color: #F6C2FD;
}
.AnyTagClassName
{
color: #F6C2FD;
}
</style>
background-color css
<style>
a { background-color: #F6C2FD; }
a { background-color: rgb(246,194,253); }
div.DivClassName
{
background-color: #F6C2FD;
}
.BgClassName
{
background-color: #F6C2FD;
}
</style>
border-color css
<style>
span { border-color: #F6C2FD; }
span { border-color: rgb(246,194,253); }
td.TdClassName
{
border-color: #F6C2FD;
}
.TagClassName
{
border-color: #F6C2FD;
}
</style>