Shades of Mauve #F0ADFD
Tints of Mauve #F0ADFD
RGB
CMYK
RGB Variations
Color information
#F0ADFD (or 0xF0ADFD) is known color: Mauve. HEX triplet: F0, AD and FD. RGB value is (240,173,253). Sum of RGB (Red+Green+Blue) = 240+173+253=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 173 (67.97% from 255 or 25.98% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADFD is #0F5202. Grayscale: #C9C9C9. Windows color (decimal): -1004035 or 16625136. OLE color: 16625136.
HSL color Cylindrical-coordinate representation of color #F0ADFD: hue angle of 290.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 #F0ADFD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 173 | 253 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.01 |
| HSL | 290.25º | 0.95% | 0.84% | - |
| HSV(B) | 290.25º | 0.32% | 0.99% | - |
| XYZ | 68.61 | 55.5 | 100.03 | - |
| YUV | 202.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 253 | 0.05 | 0.32 | 0 | 0.01 | 290.25 | 0.95 | 0.84 |
| Hex | F0 | AD | FD | 5 | 20 | 0 | 1 | 122 | 5F | 54 |
| Octal | 360 | 255 | 375 | 5 | 40 | 0 | 1 | 442 | 137 | 124 |
| Binary | 11110000 | 10101101 | 11111101 | 101 | 100000 | 0 | 1 | 100100010 | 1011111 | 1010100 |
Color Harmonies of #F0ADFD
Complementary color
Monochromatic Colors of #F0ADFD
Black with #F0ADFD
Text Example
Text Example
White with #F0ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADFD; }
p { color: rgb(240,173,253); }
H1.HeaderClassName
{
color: #F0ADFD;
}
.AnyTagClassName
{
color: #F0ADFD;
}
</style>
background-color css
<style>
a { background-color: #F0ADFD; }
a { background-color: rgb(240,173,253); }
div.DivClassName
{
background-color: #F0ADFD;
}
.BgClassName
{
background-color: #F0ADFD;
}
</style>
border-color css
<style>
span { border-color: #F0ADFD; }
span { border-color: rgb(240,173,253); }
td.TdClassName
{
border-color: #F0ADFD;
}
.TagClassName
{
border-color: #F0ADFD;
}
</style>