Shades of Mauvelous #FC8DB0
Tints of Mauvelous #FC8DB0
RGB
CMYK
RGB Variations
Color information
#FC8DB0 (or 0xFC8DB0) is known color: Mauvelous. HEX triplet: FC, 8D and B0. RGB value is (252,141,176). Sum of RGB (Red+Green+Blue) = 252+141+176=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8DB0 is #03724F. Grayscale: #B2B2B2. Windows color (decimal): -225872 or 11570684. OLE color: 11570684.
HSL color Cylindrical-coordinate representation of color #FC8DB0: hue angle of 341.08º 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 #FC8DB0 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 176 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.01 |
| HSL | 341.08º | 0.95% | 0.77% | - |
| HSV(B) | 341.08º | 0.44% | 0.99% | - |
| XYZ | 57.51 | 42.88 | 46.32 | - |
| YUV | 178.18 | 126.77 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 176 | 0 | 0.44 | 0.30 | 0.01 | 341.08 | 0.95 | 0.77 |
| Hex | FC | 8D | B0 | 0 | 2C | 1E | 1 | 155 | 5F | 4D |
| Octal | 374 | 215 | 260 | 0 | 54 | 36 | 1 | 525 | 137 | 115 |
| Binary | 11111100 | 10001101 | 10110000 | 0 | 101100 | 11110 | 1 | 101010101 | 1011111 | 1001101 |
Color Harmonies of #FC8DB0
Complementary color
Monochromatic Colors of #FC8DB0
Black with #FC8DB0
Text Example
Text Example
White with #FC8DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8DB0; }
p { color: rgb(252,141,176); }
H1.HeaderClassName
{
color: #FC8DB0;
}
.AnyTagClassName
{
color: #FC8DB0;
}
</style>
background-color css
<style>
a { background-color: #FC8DB0; }
a { background-color: rgb(252,141,176); }
div.DivClassName
{
background-color: #FC8DB0;
}
.BgClassName
{
background-color: #FC8DB0;
}
</style>
border-color css
<style>
span { border-color: #FC8DB0; }
span { border-color: rgb(252,141,176); }
td.TdClassName
{
border-color: #FC8DB0;
}
.TagClassName
{
border-color: #FC8DB0;
}
</style>