Shades of Mauve #F4ADFF
Tints of Mauve #F4ADFF
RGB
CMYK
RGB Variations
Color information
#F4ADFF (or 0xF4ADFF) is known color: Mauve. HEX triplet: F4, AD and FF. RGB value is (244,173,255). Sum of RGB (Red+Green+Blue) = 244+173+255=672 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.31% from 672); Green value is 173 (67.97% from 255 or 25.74% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4ADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4ADFF is #0B5200. Grayscale: #CBCBCB. Windows color (decimal): -741889 or 16756212. OLE color: 16756212.
HSL color Cylindrical-coordinate representation of color #F4ADFF: hue angle of 291.95º 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 #F4ADFF is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 173 | 255 | - |
| CMYK | 0.04 | 0.32 | 0 | 0 |
| HSL | 291.95º | 1% | 0.84% | - |
| HSV(B) | 291.95º | 0.32% | 1% | - |
| XYZ | 70.3 | 56.34 | 101.78 | - |
| YUV | 203.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 255 | 0.04 | 0.32 | 0 | 0 | 291.95 | 1 | 0.84 |
| Hex | F4 | AD | FF | 4 | 20 | 0 | 0 | 124 | 64 | 54 |
| Octal | 364 | 255 | 377 | 4 | 40 | 0 | 0 | 444 | 144 | 124 |
| Binary | 11110100 | 10101101 | 11111111 | 100 | 100000 | 0 | 0 | 100100100 | 1100100 | 1010100 |
Color Harmonies of #F4ADFF
Complementary color
Monochromatic Colors of #F4ADFF
Black with #F4ADFF
Text Example
Text Example
White with #F4ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ADFF; }
p { color: rgb(244,173,255); }
H1.HeaderClassName
{
color: #F4ADFF;
}
.AnyTagClassName
{
color: #F4ADFF;
}
</style>
background-color css
<style>
a { background-color: #F4ADFF; }
a { background-color: rgb(244,173,255); }
div.DivClassName
{
background-color: #F4ADFF;
}
.BgClassName
{
background-color: #F4ADFF;
}
</style>
border-color css
<style>
span { border-color: #F4ADFF; }
span { border-color: rgb(244,173,255); }
td.TdClassName
{
border-color: #F4ADFF;
}
.TagClassName
{
border-color: #F4ADFF;
}
</style>