Shades of Mauve #F0ADFE
Tints of Mauve #F0ADFE
RGB
CMYK
RGB Variations
Color information
#F0ADFE (or 0xF0ADFE) is known color: Mauve. HEX triplet: F0, AD and FE. RGB value is (240,173,254). Sum of RGB (Red+Green+Blue) = 240+173+254=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 173 (67.97% from 255 or 25.94% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0ADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADFE is #0F5201. Grayscale: #CACACA. Windows color (decimal): -1004034 or 16690672. OLE color: 16690672.
HSL color Cylindrical-coordinate representation of color #F0ADFE: hue angle of 289.63º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0ADFE is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 173 | 254 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.00 |
| HSL | 289.63º | 0.98% | 0.84% | - |
| HSV(B) | 289.63º | 0.32% | 1% | - |
| XYZ | 68.77 | 55.57 | 100.87 | - |
| YUV | 202.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 254 | 0.06 | 0.32 | 0 | 0.00 | 289.63 | 0.98 | 0.84 |
| Hex | F0 | AD | FE | 6 | 20 | 0 | 0 | 122 | 62 | 54 |
| Octal | 360 | 255 | 376 | 6 | 40 | 0 | 0 | 442 | 142 | 124 |
| Binary | 11110000 | 10101101 | 11111110 | 110 | 100000 | 0 | 0 | 100100010 | 1100010 | 1010100 |
Color Harmonies of #F0ADFE
Complementary color
Monochromatic Colors of #F0ADFE
Black with #F0ADFE
Text Example
Text Example
White with #F0ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADFE; }
p { color: rgb(240,173,254); }
H1.HeaderClassName
{
color: #F0ADFE;
}
.AnyTagClassName
{
color: #F0ADFE;
}
</style>
background-color css
<style>
a { background-color: #F0ADFE; }
a { background-color: rgb(240,173,254); }
div.DivClassName
{
background-color: #F0ADFE;
}
.BgClassName
{
background-color: #F0ADFE;
}
</style>
border-color css
<style>
span { border-color: #F0ADFE; }
span { border-color: rgb(240,173,254); }
td.TdClassName
{
border-color: #F0ADFE;
}
.TagClassName
{
border-color: #F0ADFE;
}
</style>