Shades of Mauve #F7C1FF
Tints of Mauve #F7C1FF
RGB
CMYK
RGB Variations
Color information
#F7C1FF (or 0xF7C1FF) is known color: Mauve. HEX triplet: F7, C1 and FF. RGB value is (247,193,255). Sum of RGB (Red+Green+Blue) = 247+193+255=695 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.54% from 695); Green value is 193 (75.78% from 255 or 27.77% 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 #F7C1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C1FF is #083E00. Grayscale: #D8D8D8. Windows color (decimal): -540161 or 16761335. OLE color: 16761335.
HSL color Cylindrical-coordinate representation of color #F7C1FF: hue angle of 292.26º 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 #F7C1FF is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 193 | 255 | - |
| CMYK | 0.03 | 0.24 | 0 | 0 |
| HSL | 292.26º | 1% | 0.88% | - |
| HSV(B) | 292.26º | 0.24% | 1% | - |
| XYZ | 75.48 | 65.13 | 103.2 | - |
| YUV | 216.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 193 | 255 | 0.03 | 0.24 | 0 | 0 | 292.26 | 1 | 0.88 |
| Hex | F7 | C1 | FF | 3 | 18 | 0 | 0 | 124 | 64 | 58 |
| Octal | 367 | 301 | 377 | 3 | 30 | 0 | 0 | 444 | 144 | 130 |
| Binary | 11110111 | 11000001 | 11111111 | 11 | 11000 | 0 | 0 | 100100100 | 1100100 | 1011000 |
Color Harmonies of #F7C1FF
Complementary color
Monochromatic Colors of #F7C1FF
Black with #F7C1FF
Text Example
Text Example
White with #F7C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C1FF; }
p { color: rgb(247,193,255); }
H1.HeaderClassName
{
color: #F7C1FF;
}
.AnyTagClassName
{
color: #F7C1FF;
}
</style>
background-color css
<style>
a { background-color: #F7C1FF; }
a { background-color: rgb(247,193,255); }
div.DivClassName
{
background-color: #F7C1FF;
}
.BgClassName
{
background-color: #F7C1FF;
}
</style>
border-color css
<style>
span { border-color: #F7C1FF; }
span { border-color: rgb(247,193,255); }
td.TdClassName
{
border-color: #F7C1FF;
}
.TagClassName
{
border-color: #F7C1FF;
}
</style>