Shades of Mauvelous #FC8DA2
Tints of Mauvelous #FC8DA2
RGB
CMYK
RGB Variations
Color information
#FC8DA2 (or 0xFC8DA2) is known color: Mauvelous. HEX triplet: FC, 8D and A2. RGB value is (252,141,162). Sum of RGB (Red+Green+Blue) = 252+141+162=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8DA2 is #03725D. Grayscale: #B0B0B0. Windows color (decimal): -225886 or 10653180. OLE color: 10653180.
HSL color Cylindrical-coordinate representation of color #FC8DA2: hue angle of 348.65º degrees, saturation: 0.95, 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 #FC8DA2 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 162 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.01 |
| HSL | 348.65º | 0.95% | 0.77% | - |
| HSV(B) | 348.65º | 0.44% | 0.99% | - |
| XYZ | 56.19 | 42.35 | 39.4 | - |
| YUV | 176.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 162 | 0 | 0.44 | 0.36 | 0.01 | 348.65 | 0.95 | 0.77 |
| Hex | FC | 8D | A2 | 0 | 2C | 24 | 1 | 15D | 5F | 4D |
| Octal | 374 | 215 | 242 | 0 | 54 | 44 | 1 | 535 | 137 | 115 |
| Binary | 11111100 | 10001101 | 10100010 | 0 | 101100 | 100100 | 1 | 101011101 | 1011111 | 1001101 |
Color Harmonies of #FC8DA2
Complementary color
Monochromatic Colors of #FC8DA2
Black with #FC8DA2
Text Example
Text Example
White with #FC8DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8DA2; }
p { color: rgb(252,141,162); }
H1.HeaderClassName
{
color: #FC8DA2;
}
.AnyTagClassName
{
color: #FC8DA2;
}
</style>
background-color css
<style>
a { background-color: #FC8DA2; }
a { background-color: rgb(252,141,162); }
div.DivClassName
{
background-color: #FC8DA2;
}
.BgClassName
{
background-color: #FC8DA2;
}
</style>
border-color css
<style>
span { border-color: #FC8DA2; }
span { border-color: rgb(252,141,162); }
td.TdClassName
{
border-color: #FC8DA2;
}
.TagClassName
{
border-color: #FC8DA2;
}
</style>