Shades of Mauvelous #FC9CA8
Tints of Mauvelous #FC9CA8
RGB
CMYK
RGB Variations
Color information
#FC9CA8 (or 0xFC9CA8) is known color: Mauvelous. HEX triplet: FC, 9C and A8. RGB value is (252,156,168). Sum of RGB (Red+Green+Blue) = 252+156+168=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9CA8 is #036357. Grayscale: #BABABA. Windows color (decimal): -222040 or 11050236. OLE color: 11050236.
HSL color Cylindrical-coordinate representation of color #FC9CA8: hue angle of 352.5º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9CA8 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 168 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.01 |
| HSL | 352.5º | 0.94% | 0.8% | - |
| HSV(B) | 352.5º | 0.38% | 0.99% | - |
| XYZ | 59.1 | 47.3 | 43.06 | - |
| YUV | 186.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 168 | 0 | 0.38 | 0.33 | 0.01 | 352.5 | 0.94 | 0.8 |
| Hex | FC | 9C | A8 | 0 | 26 | 21 | 1 | 160 | 5E | 50 |
| Octal | 374 | 234 | 250 | 0 | 46 | 41 | 1 | 540 | 136 | 120 |
| Binary | 11111100 | 10011100 | 10101000 | 0 | 100110 | 100001 | 1 | 101100000 | 1011110 | 1010000 |
Color Harmonies of #FC9CA8
Complementary color
Monochromatic Colors of #FC9CA8
Black with #FC9CA8
Text Example
Text Example
White with #FC9CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9CA8; }
p { color: rgb(252,156,168); }
H1.HeaderClassName
{
color: #FC9CA8;
}
.AnyTagClassName
{
color: #FC9CA8;
}
</style>
background-color css
<style>
a { background-color: #FC9CA8; }
a { background-color: rgb(252,156,168); }
div.DivClassName
{
background-color: #FC9CA8;
}
.BgClassName
{
background-color: #FC9CA8;
}
</style>
border-color css
<style>
span { border-color: #FC9CA8; }
span { border-color: rgb(252,156,168); }
td.TdClassName
{
border-color: #FC9CA8;
}
.TagClassName
{
border-color: #FC9CA8;
}
</style>