Shades of Mauvelous #FC90AD
Tints of Mauvelous #FC90AD
RGB
CMYK
RGB Variations
Color information
#FC90AD (or 0xFC90AD) is known color: Mauvelous. HEX triplet: FC, 90 and AD. RGB value is (252,144,173). Sum of RGB (Red+Green+Blue) = 252+144+173=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC90AD is #036F52. Grayscale: #B3B3B3. Windows color (decimal): -225107 or 11374844. OLE color: 11374844.
HSL color Cylindrical-coordinate representation of color #FC90AD: hue angle of 343.89º 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 #FC90AD is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 173 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.01 |
| HSL | 343.89º | 0.95% | 0.78% | - |
| HSV(B) | 343.89º | 0.43% | 0.99% | - |
| XYZ | 57.66 | 43.66 | 44.92 | - |
| YUV | 179.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 173 | 0 | 0.43 | 0.31 | 0.01 | 343.89 | 0.95 | 0.78 |
| Hex | FC | 90 | AD | 0 | 2B | 1F | 1 | 158 | 5F | 4E |
| Octal | 374 | 220 | 255 | 0 | 53 | 37 | 1 | 530 | 137 | 116 |
| Binary | 11111100 | 10010000 | 10101101 | 0 | 101011 | 11111 | 1 | 101011000 | 1011111 | 1001110 |
Color Harmonies of #FC90AD
Complementary color
Monochromatic Colors of #FC90AD
Black with #FC90AD
Text Example
Text Example
White with #FC90AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90AD; }
p { color: rgb(252,144,173); }
H1.HeaderClassName
{
color: #FC90AD;
}
.AnyTagClassName
{
color: #FC90AD;
}
</style>
background-color css
<style>
a { background-color: #FC90AD; }
a { background-color: rgb(252,144,173); }
div.DivClassName
{
background-color: #FC90AD;
}
.BgClassName
{
background-color: #FC90AD;
}
</style>
border-color css
<style>
span { border-color: #FC90AD; }
span { border-color: rgb(252,144,173); }
td.TdClassName
{
border-color: #FC90AD;
}
.TagClassName
{
border-color: #FC90AD;
}
</style>