Shades of Mauvelous #FD8DAC
Tints of Mauvelous #FD8DAC
RGB
CMYK
RGB Variations
Color information
#FD8DAC (or 0xFD8DAC) is known color: Mauvelous. HEX triplet: FD, 8D and AC. RGB value is (253,141,172). Sum of RGB (Red+Green+Blue) = 253+141+172=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8DAC is #027253. Grayscale: #B2B2B2. Windows color (decimal): -160340 or 11308541. OLE color: 11308541.
HSL color Cylindrical-coordinate representation of color #FD8DAC: hue angle of 343.39º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FD8DAC is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 172 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.01 |
| HSL | 343.39º | 0.97% | 0.77% | - |
| HSV(B) | 343.39º | 0.44% | 0.99% | - |
| XYZ | 57.48 | 42.91 | 44.28 | - |
| YUV | 178.02 | 124.61 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 172 | 0 | 0.44 | 0.32 | 0.01 | 343.39 | 0.97 | 0.77 |
| Hex | FD | 8D | AC | 0 | 2C | 20 | 1 | 157 | 61 | 4D |
| Octal | 375 | 215 | 254 | 0 | 54 | 40 | 1 | 527 | 141 | 115 |
| Binary | 11111101 | 10001101 | 10101100 | 0 | 101100 | 100000 | 1 | 101010111 | 1100001 | 1001101 |
Color Harmonies of #FD8DAC
Complementary color
Monochromatic Colors of #FD8DAC
Black with #FD8DAC
Text Example
Text Example
White with #FD8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8DAC; }
p { color: rgb(253,141,172); }
H1.HeaderClassName
{
color: #FD8DAC;
}
.AnyTagClassName
{
color: #FD8DAC;
}
</style>
background-color css
<style>
a { background-color: #FD8DAC; }
a { background-color: rgb(253,141,172); }
div.DivClassName
{
background-color: #FD8DAC;
}
.BgClassName
{
background-color: #FD8DAC;
}
</style>
border-color css
<style>
span { border-color: #FD8DAC; }
span { border-color: rgb(253,141,172); }
td.TdClassName
{
border-color: #FD8DAC;
}
.TagClassName
{
border-color: #FD8DAC;
}
</style>