Shades of Mauve #F5ADFF
Tints of Mauve #F5ADFF
RGB
CMYK
RGB Variations
Color information
#F5ADFF (or 0xF5ADFF) is known color: Mauve. HEX triplet: F5, AD and FF. RGB value is (245,173,255). Sum of RGB (Red+Green+Blue) = 245+173+255=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 173 (67.97% from 255 or 25.71% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5ADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ADFF is #0A5200. Grayscale: #CBCBCB. Windows color (decimal): -676353 or 16756213. OLE color: 16756213.
HSL color Cylindrical-coordinate representation of color #F5ADFF: hue angle of 292.68º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F5ADFF is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 173 | 255 | - |
| CMYK | 0.04 | 0.32 | 0 | 0 |
| HSL | 292.68º | 1% | 0.84% | - |
| HSV(B) | 292.68º | 0.32% | 1% | - |
| XYZ | 70.65 | 56.52 | 101.79 | - |
| YUV | 203.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 255 | 0.04 | 0.32 | 0 | 0 | 292.68 | 1 | 0.84 |
| Hex | F5 | AD | FF | 4 | 20 | 0 | 0 | 125 | 64 | 54 |
| Octal | 365 | 255 | 377 | 4 | 40 | 0 | 0 | 445 | 144 | 124 |
| Binary | 11110101 | 10101101 | 11111111 | 100 | 100000 | 0 | 0 | 100100101 | 1100100 | 1010100 |
Color Harmonies of #F5ADFF
Complementary color
Monochromatic Colors of #F5ADFF
Black with #F5ADFF
Text Example
Text Example
White with #F5ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADFF; }
p { color: rgb(245,173,255); }
H1.HeaderClassName
{
color: #F5ADFF;
}
.AnyTagClassName
{
color: #F5ADFF;
}
</style>
background-color css
<style>
a { background-color: #F5ADFF; }
a { background-color: rgb(245,173,255); }
div.DivClassName
{
background-color: #F5ADFF;
}
.BgClassName
{
background-color: #F5ADFF;
}
</style>
border-color css
<style>
span { border-color: #F5ADFF; }
span { border-color: rgb(245,173,255); }
td.TdClassName
{
border-color: #F5ADFF;
}
.TagClassName
{
border-color: #F5ADFF;
}
</style>