Shades of Mauvelous #FC90AA
Tints of Mauvelous #FC90AA
RGB
CMYK
RGB Variations
Color information
#FC90AA (or 0xFC90AA) is known color: Mauvelous. HEX triplet: FC, 90 and AA. RGB value is (252,144,170). Sum of RGB (Red+Green+Blue) = 252+144+170=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC90AA is #036F55. Grayscale: #B3B3B3. Windows color (decimal): -225110 or 11178236. OLE color: 11178236.
HSL color Cylindrical-coordinate representation of color #FC90AA: hue angle of 345.56º 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 #FC90AA is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 170 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.01 |
| HSL | 345.56º | 0.95% | 0.78% | - |
| HSV(B) | 345.56º | 0.43% | 0.99% | - |
| XYZ | 57.37 | 43.54 | 43.41 | - |
| YUV | 179.26 | 122.78 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 170 | 0 | 0.43 | 0.33 | 0.01 | 345.56 | 0.95 | 0.78 |
| Hex | FC | 90 | AA | 0 | 2B | 21 | 1 | 15A | 5F | 4E |
| Octal | 374 | 220 | 252 | 0 | 53 | 41 | 1 | 532 | 137 | 116 |
| Binary | 11111100 | 10010000 | 10101010 | 0 | 101011 | 100001 | 1 | 101011010 | 1011111 | 1001110 |
Color Harmonies of #FC90AA
Complementary color
Monochromatic Colors of #FC90AA
Black with #FC90AA
Text Example
Text Example
White with #FC90AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90AA; }
p { color: rgb(252,144,170); }
H1.HeaderClassName
{
color: #FC90AA;
}
.AnyTagClassName
{
color: #FC90AA;
}
</style>
background-color css
<style>
a { background-color: #FC90AA; }
a { background-color: rgb(252,144,170); }
div.DivClassName
{
background-color: #FC90AA;
}
.BgClassName
{
background-color: #FC90AA;
}
</style>
border-color css
<style>
span { border-color: #FC90AA; }
span { border-color: rgb(252,144,170); }
td.TdClassName
{
border-color: #FC90AA;
}
.TagClassName
{
border-color: #FC90AA;
}
</style>