Shades of Mauve #F7B2FD
Tints of Mauve #F7B2FD
RGB
CMYK
RGB Variations
Color information
#F7B2FD (or 0xF7B2FD) is known color: Mauve. HEX triplet: F7, B2 and FD. RGB value is (247,178,253). Sum of RGB (Red+Green+Blue) = 247+178+253=678 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.43% from 678); Green value is 178 (69.92% from 255 or 26.25% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7B2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7B2FD is #084D02. Grayscale: #CECECE. Windows color (decimal): -544003 or 16626423. OLE color: 16626423.
HSL color Cylindrical-coordinate representation of color #F7B2FD: hue angle of 295.2º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7B2FD is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 178 | 253 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.01 |
| HSL | 295.2º | 0.95% | 0.85% | - |
| HSV(B) | 295.2º | 0.3% | 0.99% | - |
| XYZ | 72.01 | 58.71 | 100.46 | - |
| YUV | 207.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 178 | 253 | 0.02 | 0.30 | 0 | 0.01 | 295.2 | 0.95 | 0.85 |
| Hex | F7 | B2 | FD | 2 | 1E | 0 | 1 | 127 | 5F | 55 |
| Octal | 367 | 262 | 375 | 2 | 36 | 0 | 1 | 447 | 137 | 125 |
| Binary | 11110111 | 10110010 | 11111101 | 10 | 11110 | 0 | 1 | 100100111 | 1011111 | 1010101 |
Color Harmonies of #F7B2FD
Complementary color
Monochromatic Colors of #F7B2FD
Black with #F7B2FD
Text Example
Text Example
White with #F7B2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B2FD; }
p { color: rgb(247,178,253); }
H1.HeaderClassName
{
color: #F7B2FD;
}
.AnyTagClassName
{
color: #F7B2FD;
}
</style>
background-color css
<style>
a { background-color: #F7B2FD; }
a { background-color: rgb(247,178,253); }
div.DivClassName
{
background-color: #F7B2FD;
}
.BgClassName
{
background-color: #F7B2FD;
}
</style>
border-color css
<style>
span { border-color: #F7B2FD; }
span { border-color: rgb(247,178,253); }
td.TdClassName
{
border-color: #F7B2FD;
}
.TagClassName
{
border-color: #F7B2FD;
}
</style>