Shades of Mauvelous #FC8DA8
Tints of Mauvelous #FC8DA8
RGB
CMYK
RGB Variations
Color information
#FC8DA8 (or 0xFC8DA8) is known color: Mauvelous. HEX triplet: FC, 8D and A8. RGB value is (252,141,168). Sum of RGB (Red+Green+Blue) = 252+141+168=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8DA8 is #037257. Grayscale: #B1B1B1. Windows color (decimal): -225880 or 11046396. OLE color: 11046396.
HSL color Cylindrical-coordinate representation of color #FC8DA8: hue angle of 345.41º 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 #FC8DA8 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 168 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.01 |
| HSL | 345.41º | 0.95% | 0.77% | - |
| HSV(B) | 345.41º | 0.44% | 0.99% | - |
| XYZ | 56.74 | 42.57 | 42.27 | - |
| YUV | 177.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 168 | 0 | 0.44 | 0.33 | 0.01 | 345.41 | 0.95 | 0.77 |
| Hex | FC | 8D | A8 | 0 | 2C | 21 | 1 | 159 | 5F | 4D |
| Octal | 374 | 215 | 250 | 0 | 54 | 41 | 1 | 531 | 137 | 115 |
| Binary | 11111100 | 10001101 | 10101000 | 0 | 101100 | 100001 | 1 | 101011001 | 1011111 | 1001101 |
Color Harmonies of #FC8DA8
Complementary color
Monochromatic Colors of #FC8DA8
Black with #FC8DA8
Text Example
Text Example
White with #FC8DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8DA8; }
p { color: rgb(252,141,168); }
H1.HeaderClassName
{
color: #FC8DA8;
}
.AnyTagClassName
{
color: #FC8DA8;
}
</style>
background-color css
<style>
a { background-color: #FC8DA8; }
a { background-color: rgb(252,141,168); }
div.DivClassName
{
background-color: #FC8DA8;
}
.BgClassName
{
background-color: #FC8DA8;
}
</style>
border-color css
<style>
span { border-color: #FC8DA8; }
span { border-color: rgb(252,141,168); }
td.TdClassName
{
border-color: #FC8DA8;
}
.TagClassName
{
border-color: #FC8DA8;
}
</style>