Shades of Mauve #F0ADFF
Tints of Mauve #F0ADFF
RGB
CMYK
RGB Variations
Color information
#F0ADFF (or 0xF0ADFF) is known color: Mauve. HEX triplet: F0, AD and FF. RGB value is (240,173,255). Sum of RGB (Red+Green+Blue) = 240+173+255=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 173 (67.97% from 255 or 25.90% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0ADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADFF is #0F5200. Grayscale: #CACACA. Windows color (decimal): -1004033 or 16756208. OLE color: 16756208.
HSL color Cylindrical-coordinate representation of color #F0ADFF: hue angle of 289.02º 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 #F0ADFF is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 173 | 255 | - |
| CMYK | 0.06 | 0.32 | 0 | 0 |
| HSL | 289.02º | 1% | 0.84% | - |
| HSV(B) | 289.02º | 0.32% | 1% | - |
| XYZ | 68.93 | 55.63 | 101.71 | - |
| YUV | 202.38 | 157.7 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 255 | 0.06 | 0.32 | 0 | 0 | 289.02 | 1 | 0.84 |
| Hex | F0 | AD | FF | 6 | 20 | 0 | 0 | 121 | 64 | 54 |
| Octal | 360 | 255 | 377 | 6 | 40 | 0 | 0 | 441 | 144 | 124 |
| Binary | 11110000 | 10101101 | 11111111 | 110 | 100000 | 0 | 0 | 100100001 | 1100100 | 1010100 |
Color Harmonies of #F0ADFF
Complementary color
Monochromatic Colors of #F0ADFF
Black with #F0ADFF
Text Example
Text Example
White with #F0ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADFF; }
p { color: rgb(240,173,255); }
H1.HeaderClassName
{
color: #F0ADFF;
}
.AnyTagClassName
{
color: #F0ADFF;
}
</style>
background-color css
<style>
a { background-color: #F0ADFF; }
a { background-color: rgb(240,173,255); }
div.DivClassName
{
background-color: #F0ADFF;
}
.BgClassName
{
background-color: #F0ADFF;
}
</style>
border-color css
<style>
span { border-color: #F0ADFF; }
span { border-color: rgb(240,173,255); }
td.TdClassName
{
border-color: #F0ADFF;
}
.TagClassName
{
border-color: #F0ADFF;
}
</style>