Shades of Mauve #F0ADF8
Tints of Mauve #F0ADF8
RGB
CMYK
RGB Variations
Color information
#F0ADF8 (or 0xF0ADF8) is known color: Mauve. HEX triplet: F0, AD and F8. RGB value is (240,173,248). Sum of RGB (Red+Green+Blue) = 240+173+248=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 173 (67.97% from 255 or 26.17% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0ADF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADF8 is #0F5207. Grayscale: #C9C9C9. Windows color (decimal): -1004040 or 16297456. OLE color: 16297456.
HSL color Cylindrical-coordinate representation of color #F0ADF8: hue angle of 293.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0ADF8 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 173 | 248 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.03 |
| HSL | 293.6º | 0.84% | 0.83% | - |
| HSV(B) | 293.6º | 0.3% | 0.97% | - |
| XYZ | 67.82 | 55.19 | 95.89 | - |
| YUV | 201.58 | 154.2 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 248 | 0.03 | 0.30 | 0 | 0.03 | 293.6 | 0.84 | 0.83 |
| Hex | F0 | AD | F8 | 3 | 1E | 0 | 3 | 126 | 54 | 53 |
| Octal | 360 | 255 | 370 | 3 | 36 | 0 | 3 | 446 | 124 | 123 |
| Binary | 11110000 | 10101101 | 11111000 | 11 | 11110 | 0 | 11 | 100100110 | 1010100 | 1010011 |
Color Harmonies of #F0ADF8
Complementary color
Monochromatic Colors of #F0ADF8
Black with #F0ADF8
Text Example
Text Example
White with #F0ADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADF8; }
p { color: rgb(240,173,248); }
H1.HeaderClassName
{
color: #F0ADF8;
}
.AnyTagClassName
{
color: #F0ADF8;
}
</style>
background-color css
<style>
a { background-color: #F0ADF8; }
a { background-color: rgb(240,173,248); }
div.DivClassName
{
background-color: #F0ADF8;
}
.BgClassName
{
background-color: #F0ADF8;
}
</style>
border-color css
<style>
span { border-color: #F0ADF8; }
span { border-color: rgb(240,173,248); }
td.TdClassName
{
border-color: #F0ADF8;
}
.TagClassName
{
border-color: #F0ADF8;
}
</style>