Shades of Mauvelous #F18DAC
Tints of Mauvelous #F18DAC
RGB
CMYK
RGB Variations
Color information
#F18DAC (or 0xF18DAC) is known color: Mauvelous. HEX triplet: F1, 8D and AC. RGB value is (241,141,172). Sum of RGB (Red+Green+Blue) = 241+141+172=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18DAC is #0E7253. Grayscale: #AEAEAE. Windows color (decimal): -946772 or 11308529. OLE color: 11308529.
HSL color Cylindrical-coordinate representation of color #F18DAC: hue angle of 341.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18DAC is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 172 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.05 |
| HSL | 341.4º | 0.78% | 0.75% | - |
| HSV(B) | 341.4º | 0.41% | 0.95% | - |
| XYZ | 53.25 | 40.73 | 44.08 | - |
| YUV | 174.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 172 | 0 | 0.41 | 0.29 | 0.05 | 341.4 | 0.78 | 0.75 |
| Hex | F1 | 8D | AC | 0 | 29 | 1D | 5 | 155 | 4E | 4B |
| Octal | 361 | 215 | 254 | 0 | 51 | 35 | 5 | 525 | 116 | 113 |
| Binary | 11110001 | 10001101 | 10101100 | 0 | 101001 | 11101 | 101 | 101010101 | 1001110 | 1001011 |
Color Harmonies of #F18DAC
Complementary color
Monochromatic Colors of #F18DAC
Black with #F18DAC
Text Example
Text Example
White with #F18DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DAC; }
p { color: rgb(241,141,172); }
H1.HeaderClassName
{
color: #F18DAC;
}
.AnyTagClassName
{
color: #F18DAC;
}
</style>
background-color css
<style>
a { background-color: #F18DAC; }
a { background-color: rgb(241,141,172); }
div.DivClassName
{
background-color: #F18DAC;
}
.BgClassName
{
background-color: #F18DAC;
}
</style>
border-color css
<style>
span { border-color: #F18DAC; }
span { border-color: rgb(241,141,172); }
td.TdClassName
{
border-color: #F18DAC;
}
.TagClassName
{
border-color: #F18DAC;
}
</style>