Shades of Mauvelous #F38DAC
Tints of Mauvelous #F38DAC
RGB
CMYK
RGB Variations
Color information
#F38DAC (or 0xF38DAC) is known color: Mauvelous. HEX triplet: F3, 8D and AC. RGB value is (243,141,172). Sum of RGB (Red+Green+Blue) = 243+141+172=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38DAC is #0C7253. Grayscale: #AFAFAF. Windows color (decimal): -815700 or 11308531. OLE color: 11308531.
HSL color Cylindrical-coordinate representation of color #F38DAC: hue angle of 341.76º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38DAC is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 172 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.05 |
| HSL | 341.76º | 0.81% | 0.75% | - |
| HSV(B) | 341.76º | 0.42% | 0.95% | - |
| XYZ | 53.93 | 41.08 | 44.12 | - |
| YUV | 175.03 | 126.29 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 172 | 0 | 0.42 | 0.29 | 0.05 | 341.76 | 0.81 | 0.75 |
| Hex | F3 | 8D | AC | 0 | 2A | 1D | 5 | 156 | 51 | 4B |
| Octal | 363 | 215 | 254 | 0 | 52 | 35 | 5 | 526 | 121 | 113 |
| Binary | 11110011 | 10001101 | 10101100 | 0 | 101010 | 11101 | 101 | 101010110 | 1010001 | 1001011 |
Color Harmonies of #F38DAC
Complementary color
Monochromatic Colors of #F38DAC
Black with #F38DAC
Text Example
Text Example
White with #F38DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38DAC; }
p { color: rgb(243,141,172); }
H1.HeaderClassName
{
color: #F38DAC;
}
.AnyTagClassName
{
color: #F38DAC;
}
</style>
background-color css
<style>
a { background-color: #F38DAC; }
a { background-color: rgb(243,141,172); }
div.DivClassName
{
background-color: #F38DAC;
}
.BgClassName
{
background-color: #F38DAC;
}
</style>
border-color css
<style>
span { border-color: #F38DAC; }
span { border-color: rgb(243,141,172); }
td.TdClassName
{
border-color: #F38DAC;
}
.TagClassName
{
border-color: #F38DAC;
}
</style>