Shades of Mauvelous #FC90A8
Tints of Mauvelous #FC90A8
RGB
CMYK
RGB Variations
Color information
#FC90A8 (or 0xFC90A8) is known color: Mauvelous. HEX triplet: FC, 90 and A8. RGB value is (252,144,168). Sum of RGB (Red+Green+Blue) = 252+144+168=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC90A8 is #036F57. Grayscale: #B3B3B3. Windows color (decimal): -225112 or 11047164. OLE color: 11047164.
HSL color Cylindrical-coordinate representation of color #FC90A8: hue angle of 346.67º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC90A8 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 168 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.01 |
| HSL | 346.67º | 0.95% | 0.78% | - |
| HSV(B) | 346.67º | 0.43% | 0.99% | - |
| XYZ | 57.19 | 43.47 | 42.42 | - |
| YUV | 179.03 | 121.78 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 168 | 0 | 0.43 | 0.33 | 0.01 | 346.67 | 0.95 | 0.78 |
| Hex | FC | 90 | A8 | 0 | 2B | 21 | 1 | 15B | 5F | 4E |
| Octal | 374 | 220 | 250 | 0 | 53 | 41 | 1 | 533 | 137 | 116 |
| Binary | 11111100 | 10010000 | 10101000 | 0 | 101011 | 100001 | 1 | 101011011 | 1011111 | 1001110 |
Color Harmonies of #FC90A8
Complementary color
Monochromatic Colors of #FC90A8
Black with #FC90A8
Text Example
Text Example
White with #FC90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90A8; }
p { color: rgb(252,144,168); }
H1.HeaderClassName
{
color: #FC90A8;
}
.AnyTagClassName
{
color: #FC90A8;
}
</style>
background-color css
<style>
a { background-color: #FC90A8; }
a { background-color: rgb(252,144,168); }
div.DivClassName
{
background-color: #FC90A8;
}
.BgClassName
{
background-color: #FC90A8;
}
</style>
border-color css
<style>
span { border-color: #FC90A8; }
span { border-color: rgb(252,144,168); }
td.TdClassName
{
border-color: #FC90A8;
}
.TagClassName
{
border-color: #FC90A8;
}
</style>