Shades of Mauve #F7B1FD
Tints of Mauve #F7B1FD
RGB
CMYK
RGB Variations
Color information
#F7B1FD (or 0xF7B1FD) is known color: Mauve. HEX triplet: F7, B1 and FD. RGB value is (247,177,253). Sum of RGB (Red+Green+Blue) = 247+177+253=677 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.48% from 677); Green value is 177 (69.53% from 255 or 26.14% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7B1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7B1FD is #084E02. Grayscale: #CECECE. Windows color (decimal): -544259 or 16626167. OLE color: 16626167.
HSL color Cylindrical-coordinate representation of color #F7B1FD: hue angle of 295.26º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7B1FD is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 177 | 253 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.01 |
| HSL | 295.26º | 0.95% | 0.84% | - |
| HSV(B) | 295.26º | 0.3% | 0.99% | - |
| XYZ | 71.81 | 58.31 | 100.4 | - |
| YUV | 206.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 177 | 253 | 0.02 | 0.30 | 0 | 0.01 | 295.26 | 0.95 | 0.84 |
| Hex | F7 | B1 | FD | 2 | 1E | 0 | 1 | 127 | 5F | 54 |
| Octal | 367 | 261 | 375 | 2 | 36 | 0 | 1 | 447 | 137 | 124 |
| Binary | 11110111 | 10110001 | 11111101 | 10 | 11110 | 0 | 1 | 100100111 | 1011111 | 1010100 |
Color Harmonies of #F7B1FD
Complementary color
Monochromatic Colors of #F7B1FD
Black with #F7B1FD
Text Example
Text Example
White with #F7B1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B1FD; }
p { color: rgb(247,177,253); }
H1.HeaderClassName
{
color: #F7B1FD;
}
.AnyTagClassName
{
color: #F7B1FD;
}
</style>
background-color css
<style>
a { background-color: #F7B1FD; }
a { background-color: rgb(247,177,253); }
div.DivClassName
{
background-color: #F7B1FD;
}
.BgClassName
{
background-color: #F7B1FD;
}
</style>
border-color css
<style>
span { border-color: #F7B1FD; }
span { border-color: rgb(247,177,253); }
td.TdClassName
{
border-color: #F7B1FD;
}
.TagClassName
{
border-color: #F7B1FD;
}
</style>