Shades of Mauve #F4ADFD
Tints of Mauve #F4ADFD
RGB
CMYK
RGB Variations
Color information
#F4ADFD (or 0xF4ADFD) is known color: Mauve. HEX triplet: F4, AD and FD. RGB value is (244,173,253). Sum of RGB (Red+Green+Blue) = 244+173+253=670 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.42% from 670); Green value is 173 (67.97% from 255 or 25.82% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4ADFD is #0B5202. Grayscale: #CBCBCB. Windows color (decimal): -741891 or 16625140. OLE color: 16625140.
HSL color Cylindrical-coordinate representation of color #F4ADFD: hue angle of 293.25º 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 #F4ADFD is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 173 | 253 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.01 |
| HSL | 293.25º | 0.95% | 0.84% | - |
| HSV(B) | 293.25º | 0.32% | 0.99% | - |
| XYZ | 69.98 | 56.21 | 100.09 | - |
| YUV | 203.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 253 | 0.04 | 0.32 | 0 | 0.01 | 293.25 | 0.95 | 0.84 |
| Hex | F4 | AD | FD | 4 | 20 | 0 | 1 | 125 | 5F | 54 |
| Octal | 364 | 255 | 375 | 4 | 40 | 0 | 1 | 445 | 137 | 124 |
| Binary | 11110100 | 10101101 | 11111101 | 100 | 100000 | 0 | 1 | 100100101 | 1011111 | 1010100 |
Color Harmonies of #F4ADFD
Complementary color
Monochromatic Colors of #F4ADFD
Black with #F4ADFD
Text Example
Text Example
White with #F4ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ADFD; }
p { color: rgb(244,173,253); }
H1.HeaderClassName
{
color: #F4ADFD;
}
.AnyTagClassName
{
color: #F4ADFD;
}
</style>
background-color css
<style>
a { background-color: #F4ADFD; }
a { background-color: rgb(244,173,253); }
div.DivClassName
{
background-color: #F4ADFD;
}
.BgClassName
{
background-color: #F4ADFD;
}
</style>
border-color css
<style>
span { border-color: #F4ADFD; }
span { border-color: rgb(244,173,253); }
td.TdClassName
{
border-color: #F4ADFD;
}
.TagClassName
{
border-color: #F4ADFD;
}
</style>