Shades of Mauve #F0ADF5
Tints of Mauve #F0ADF5
RGB
CMYK
RGB Variations
Color information
#F0ADF5 (or 0xF0ADF5) is known color: Mauve. HEX triplet: F0, AD and F5. RGB value is (240,173,245). Sum of RGB (Red+Green+Blue) = 240+173+245=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 173 (67.97% from 255 or 26.29% from 658); Blue value is 245 (96.09% from 255 or 37.23% from 658); Max value from RGB is 245 - color contains mainly: blue. Hex color #F0ADF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADF5 is #0F520A. Grayscale: #C9C9C9. Windows color (decimal): -1004043 or 16100848. OLE color: 16100848.
HSL color Cylindrical-coordinate representation of color #F0ADF5: hue angle of 295.83º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0ADF5 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 173 | 245 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.04 |
| HSL | 295.83º | 0.78% | 0.82% | - |
| HSV(B) | 295.83º | 0.29% | 0.96% | - |
| XYZ | 67.36 | 55 | 93.45 | - |
| YUV | 201.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 245 | 0.02 | 0.29 | 0 | 0.04 | 295.83 | 0.78 | 0.82 |
| Hex | F0 | AD | F5 | 2 | 1D | 0 | 4 | 128 | 4E | 52 |
| Octal | 360 | 255 | 365 | 2 | 35 | 0 | 4 | 450 | 116 | 122 |
| Binary | 11110000 | 10101101 | 11110101 | 10 | 11101 | 0 | 100 | 100101000 | 1001110 | 1010010 |
Color Harmonies of #F0ADF5
Complementary color
Monochromatic Colors of #F0ADF5
Black with #F0ADF5
Text Example
Text Example
White with #F0ADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADF5; }
p { color: rgb(240,173,245); }
H1.HeaderClassName
{
color: #F0ADF5;
}
.AnyTagClassName
{
color: #F0ADF5;
}
</style>
background-color css
<style>
a { background-color: #F0ADF5; }
a { background-color: rgb(240,173,245); }
div.DivClassName
{
background-color: #F0ADF5;
}
.BgClassName
{
background-color: #F0ADF5;
}
</style>
border-color css
<style>
span { border-color: #F0ADF5; }
span { border-color: rgb(240,173,245); }
td.TdClassName
{
border-color: #F0ADF5;
}
.TagClassName
{
border-color: #F0ADF5;
}
</style>