Shades of Mauve #F7C3FF
Tints of Mauve #F7C3FF
RGB
CMYK
RGB Variations
Color information
#F7C3FF (or 0xF7C3FF) is known color: Mauve. HEX triplet: F7, C3 and FF. RGB value is (247,195,255). Sum of RGB (Red+Green+Blue) = 247+195+255=697 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.44% from 697); Green value is 195 (76.56% from 255 or 27.98% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7C3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C3FF is #083C00. Grayscale: #D9D9D9. Windows color (decimal): -539649 or 16761847. OLE color: 16761847.
HSL color Cylindrical-coordinate representation of color #F7C3FF: hue angle of 292º 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 #F7C3FF is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 195 | 255 | - |
| CMYK | 0.03 | 0.24 | 0 | 0 |
| HSL | 292º | 1% | 0.88% | - |
| HSV(B) | 292º | 0.24% | 1% | - |
| XYZ | 75.92 | 66.02 | 103.35 | - |
| YUV | 217.39 | 149.23 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 195 | 255 | 0.03 | 0.24 | 0 | 0 | 292 | 1 | 0.88 |
| Hex | F7 | C3 | FF | 3 | 18 | 0 | 0 | 124 | 64 | 58 |
| Octal | 367 | 303 | 377 | 3 | 30 | 0 | 0 | 444 | 144 | 130 |
| Binary | 11110111 | 11000011 | 11111111 | 11 | 11000 | 0 | 0 | 100100100 | 1100100 | 1011000 |
Color Harmonies of #F7C3FF
Complementary color
Monochromatic Colors of #F7C3FF
Black with #F7C3FF
Text Example
Text Example
White with #F7C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C3FF; }
p { color: rgb(247,195,255); }
H1.HeaderClassName
{
color: #F7C3FF;
}
.AnyTagClassName
{
color: #F7C3FF;
}
</style>
background-color css
<style>
a { background-color: #F7C3FF; }
a { background-color: rgb(247,195,255); }
div.DivClassName
{
background-color: #F7C3FF;
}
.BgClassName
{
background-color: #F7C3FF;
}
</style>
border-color css
<style>
span { border-color: #F7C3FF; }
span { border-color: rgb(247,195,255); }
td.TdClassName
{
border-color: #F7C3FF;
}
.TagClassName
{
border-color: #F7C3FF;
}
</style>