Shades of Mauve #F5ADFD
Tints of Mauve #F5ADFD
RGB
CMYK
RGB Variations
Color information
#F5ADFD (or 0xF5ADFD) is known color: Mauve. HEX triplet: F5, AD and FD. RGB value is (245,173,253). Sum of RGB (Red+Green+Blue) = 245+173+253=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 173 (67.97% from 255 or 25.78% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ADFD is #0A5202. Grayscale: #CBCBCB. Windows color (decimal): -676355 or 16625141. OLE color: 16625141.
HSL color Cylindrical-coordinate representation of color #F5ADFD: hue angle of 294º 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 #F5ADFD is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 173 | 253 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.01 |
| HSL | 294º | 0.95% | 0.84% | - |
| HSV(B) | 294º | 0.32% | 0.99% | - |
| XYZ | 70.33 | 56.39 | 100.11 | - |
| YUV | 203.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 253 | 0.03 | 0.32 | 0 | 0.01 | 294 | 0.95 | 0.84 |
| Hex | F5 | AD | FD | 3 | 20 | 0 | 1 | 126 | 5F | 54 |
| Octal | 365 | 255 | 375 | 3 | 40 | 0 | 1 | 446 | 137 | 124 |
| Binary | 11110101 | 10101101 | 11111101 | 11 | 100000 | 0 | 1 | 100100110 | 1011111 | 1010100 |
Color Harmonies of #F5ADFD
Complementary color
Monochromatic Colors of #F5ADFD
Black with #F5ADFD
Text Example
Text Example
White with #F5ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADFD; }
p { color: rgb(245,173,253); }
H1.HeaderClassName
{
color: #F5ADFD;
}
.AnyTagClassName
{
color: #F5ADFD;
}
</style>
background-color css
<style>
a { background-color: #F5ADFD; }
a { background-color: rgb(245,173,253); }
div.DivClassName
{
background-color: #F5ADFD;
}
.BgClassName
{
background-color: #F5ADFD;
}
</style>
border-color css
<style>
span { border-color: #F5ADFD; }
span { border-color: rgb(245,173,253); }
td.TdClassName
{
border-color: #F5ADFD;
}
.TagClassName
{
border-color: #F5ADFD;
}
</style>