Shades of Mauvelous #FC8EAC
Tints of Mauvelous #FC8EAC
RGB
CMYK
RGB Variations
Color information
#FC8EAC (or 0xFC8EAC) is known color: Mauvelous. HEX triplet: FC, 8E and AC. RGB value is (252,142,172). Sum of RGB (Red+Green+Blue) = 252+142+172=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8EAC is #037153. Grayscale: #B2B2B2. Windows color (decimal): -225620 or 11308796. OLE color: 11308796.
HSL color Cylindrical-coordinate representation of color #FC8EAC: hue angle of 343.64º 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 #FC8EAC is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 142 | 172 | - |
CMYK | 0 | 0.44 | 0.32 | 0.01 |
HSL | 343.64º | 0.95% | 0.77% | - |
HSV(B) | 343.64º | 0.44% | 0.99% | - |
XYZ | 57.26 | 43.02 | 44.32 | - |
YUV | 178.31 | 124.44 | 180.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 142 | 172 | 0 | 0.44 | 0.32 | 0.01 | 343.64 | 0.95 | 0.77 |
Hex | FC | 8E | AC | 0 | 2C | 20 | 1 | 158 | 5F | 4D |
Octal | 374 | 216 | 254 | 0 | 54 | 40 | 1 | 530 | 137 | 115 |
Binary | 11111100 | 10001110 | 10101100 | 0 | 101100 | 100000 | 1 | 101011000 | 1011111 | 1001101 |
Color Harmonies of #FC8EAC
Complementary color
Monochromatic Colors of #FC8EAC
Black with #FC8EAC
Text Example
Text Example
White with #FC8EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8EAC; }
p { color: rgb(252,142,172); }
H1.HeaderClassName
{
color: #FC8EAC;
}
.AnyTagClassName
{
color: #FC8EAC;
}
</style>
background-color css
<style>
a { background-color: #FC8EAC; }
a { background-color: rgb(252,142,172); }
div.DivClassName
{
background-color: #FC8EAC;
}
.BgClassName
{
background-color: #FC8EAC;
}
</style>
border-color css
<style>
span { border-color: #FC8EAC; }
span { border-color: rgb(252,142,172); }
td.TdClassName
{
border-color: #FC8EAC;
}
.TagClassName
{
border-color: #FC8EAC;
}
</style>