Shades of Mauvelous #FC91A8
Tints of Mauvelous #FC91A8
RGB
CMYK
RGB Variations
Color information
#FC91A8 (or 0xFC91A8) is known color: Mauvelous. HEX triplet: FC, 91 and A8. RGB value is (252,145,168). Sum of RGB (Red+Green+Blue) = 252+145+168=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC91A8 is #036E57. Grayscale: #B3B3B3. Windows color (decimal): -224856 or 11047420. OLE color: 11047420.
HSL color Cylindrical-coordinate representation of color #FC91A8: hue angle of 347.1º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC91A8 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 168 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.01 |
| HSL | 347.1º | 0.95% | 0.78% | - |
| HSV(B) | 347.1º | 0.42% | 0.99% | - |
| XYZ | 57.34 | 43.77 | 42.47 | - |
| YUV | 179.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 168 | 0 | 0.42 | 0.33 | 0.01 | 347.1 | 0.95 | 0.78 |
| Hex | FC | 91 | A8 | 0 | 2A | 21 | 1 | 15B | 5F | 4E |
| Octal | 374 | 221 | 250 | 0 | 52 | 41 | 1 | 533 | 137 | 116 |
| Binary | 11111100 | 10010001 | 10101000 | 0 | 101010 | 100001 | 1 | 101011011 | 1011111 | 1001110 |
Color Harmonies of #FC91A8
Complementary color
Monochromatic Colors of #FC91A8
Black with #FC91A8
Text Example
Text Example
White with #FC91A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91A8; }
p { color: rgb(252,145,168); }
H1.HeaderClassName
{
color: #FC91A8;
}
.AnyTagClassName
{
color: #FC91A8;
}
</style>
background-color css
<style>
a { background-color: #FC91A8; }
a { background-color: rgb(252,145,168); }
div.DivClassName
{
background-color: #FC91A8;
}
.BgClassName
{
background-color: #FC91A8;
}
</style>
border-color css
<style>
span { border-color: #FC91A8; }
span { border-color: rgb(252,145,168); }
td.TdClassName
{
border-color: #FC91A8;
}
.TagClassName
{
border-color: #FC91A8;
}
</style>