Shades of Mauvelous #FC99A8
Tints of Mauvelous #FC99A8
RGB
CMYK
RGB Variations
Color information
#FC99A8 (or 0xFC99A8) is known color: Mauvelous. HEX triplet: FC, 99 and A8. RGB value is (252,153,168). Sum of RGB (Red+Green+Blue) = 252+153+168=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC99A8 is #036657. Grayscale: #B8B8B8. Windows color (decimal): -222808 or 11049468. OLE color: 11049468.
HSL color Cylindrical-coordinate representation of color #FC99A8: hue angle of 350.91º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC99A8 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 168 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.01 |
| HSL | 350.91º | 0.94% | 0.79% | - |
| HSV(B) | 350.91º | 0.39% | 0.99% | - |
| XYZ | 58.6 | 46.31 | 42.89 | - |
| YUV | 184.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 168 | 0 | 0.39 | 0.33 | 0.01 | 350.91 | 0.94 | 0.79 |
| Hex | FC | 99 | A8 | 0 | 27 | 21 | 1 | 15F | 5E | 4F |
| Octal | 374 | 231 | 250 | 0 | 47 | 41 | 1 | 537 | 136 | 117 |
| Binary | 11111100 | 10011001 | 10101000 | 0 | 100111 | 100001 | 1 | 101011111 | 1011110 | 1001111 |
Color Harmonies of #FC99A8
Complementary color
Monochromatic Colors of #FC99A8
Black with #FC99A8
Text Example
Text Example
White with #FC99A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC99A8; }
p { color: rgb(252,153,168); }
H1.HeaderClassName
{
color: #FC99A8;
}
.AnyTagClassName
{
color: #FC99A8;
}
</style>
background-color css
<style>
a { background-color: #FC99A8; }
a { background-color: rgb(252,153,168); }
div.DivClassName
{
background-color: #FC99A8;
}
.BgClassName
{
background-color: #FC99A8;
}
</style>
border-color css
<style>
span { border-color: #FC99A8; }
span { border-color: rgb(252,153,168); }
td.TdClassName
{
border-color: #FC99A8;
}
.TagClassName
{
border-color: #FC99A8;
}
</style>