Shades of Mauve #F7ADFD
Tints of Mauve #F7ADFD
RGB
CMYK
RGB Variations
Color information
#F7ADFD (or 0xF7ADFD) is known color: Mauve. HEX triplet: F7, AD and FD. RGB value is (247,173,253). Sum of RGB (Red+Green+Blue) = 247+173+253=673 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.70% from 673); Green value is 173 (67.97% from 255 or 25.71% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ADFD is #085202. Grayscale: #CCCCCC. Windows color (decimal): -545283 or 16625143. OLE color: 16625143.
HSL color Cylindrical-coordinate representation of color #F7ADFD: hue angle of 295.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7ADFD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 173 | 253 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.01 |
| HSL | 295.5º | 0.95% | 0.84% | - |
| HSV(B) | 295.5º | 0.32% | 0.99% | - |
| XYZ | 71.03 | 56.75 | 100.14 | - |
| YUV | 204.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 253 | 0.02 | 0.32 | 0 | 0.01 | 295.5 | 0.95 | 0.84 |
| Hex | F7 | AD | FD | 2 | 20 | 0 | 1 | 128 | 5F | 54 |
| Octal | 367 | 255 | 375 | 2 | 40 | 0 | 1 | 450 | 137 | 124 |
| Binary | 11110111 | 10101101 | 11111101 | 10 | 100000 | 0 | 1 | 100101000 | 1011111 | 1010100 |
Color Harmonies of #F7ADFD
Complementary color
Monochromatic Colors of #F7ADFD
Black with #F7ADFD
Text Example
Text Example
White with #F7ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ADFD; }
p { color: rgb(247,173,253); }
H1.HeaderClassName
{
color: #F7ADFD;
}
.AnyTagClassName
{
color: #F7ADFD;
}
</style>
background-color css
<style>
a { background-color: #F7ADFD; }
a { background-color: rgb(247,173,253); }
div.DivClassName
{
background-color: #F7ADFD;
}
.BgClassName
{
background-color: #F7ADFD;
}
</style>
border-color css
<style>
span { border-color: #F7ADFD; }
span { border-color: rgb(247,173,253); }
td.TdClassName
{
border-color: #F7ADFD;
}
.TagClassName
{
border-color: #F7ADFD;
}
</style>