Shades of Mauve #F7A8FC
Tints of Mauve #F7A8FC
RGB
CMYK
RGB Variations
Color information
#F7A8FC (or 0xF7A8FC) is known color: Mauve. HEX triplet: F7, A8 and FC. RGB value is (247,168,252). Sum of RGB (Red+Green+Blue) = 247+168+252=667 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.03% from 667); Green value is 168 (66.02% from 255 or 25.19% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7A8FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A8FC is #085703. Grayscale: #C8C8C8. Windows color (decimal): -546564 or 16558327. OLE color: 16558327.
HSL color Cylindrical-coordinate representation of color #F7A8FC: hue angle of 296.43º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7A8FC is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 168 | 252 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.01 |
| HSL | 296.43º | 0.93% | 0.82% | - |
| HSV(B) | 296.43º | 0.33% | 0.99% | - |
| XYZ | 69.93 | 54.81 | 98.99 | - |
| YUV | 201.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 252 | 0.02 | 0.33 | 0 | 0.01 | 296.43 | 0.93 | 0.82 |
| Hex | F7 | A8 | FC | 2 | 21 | 0 | 1 | 128 | 5D | 52 |
| Octal | 367 | 250 | 374 | 2 | 41 | 0 | 1 | 450 | 135 | 122 |
| Binary | 11110111 | 10101000 | 11111100 | 10 | 100001 | 0 | 1 | 100101000 | 1011101 | 1010010 |
Color Harmonies of #F7A8FC
Complementary color
Monochromatic Colors of #F7A8FC
Black with #F7A8FC
Text Example
Text Example
White with #F7A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A8FC; }
p { color: rgb(247,168,252); }
H1.HeaderClassName
{
color: #F7A8FC;
}
.AnyTagClassName
{
color: #F7A8FC;
}
</style>
background-color css
<style>
a { background-color: #F7A8FC; }
a { background-color: rgb(247,168,252); }
div.DivClassName
{
background-color: #F7A8FC;
}
.BgClassName
{
background-color: #F7A8FC;
}
</style>
border-color css
<style>
span { border-color: #F7A8FC; }
span { border-color: rgb(247,168,252); }
td.TdClassName
{
border-color: #F7A8FC;
}
.TagClassName
{
border-color: #F7A8FC;
}
</style>