Shades of Mauvelous #FC90AB
Tints of Mauvelous #FC90AB
RGB
CMYK
RGB Variations
Color information
#FC90AB (or 0xFC90AB) is known color: Mauvelous. HEX triplet: FC, 90 and AB. RGB value is (252,144,171). Sum of RGB (Red+Green+Blue) = 252+144+171=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC90AB is #036F54. Grayscale: #B3B3B3. Windows color (decimal): -225109 or 11243772. OLE color: 11243772.
HSL color Cylindrical-coordinate representation of color #FC90AB: hue angle of 345º 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 #FC90AB is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 171 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.01 |
| HSL | 345º | 0.95% | 0.78% | - |
| HSV(B) | 345º | 0.43% | 0.99% | - |
| XYZ | 57.47 | 43.58 | 43.91 | - |
| YUV | 179.37 | 123.28 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 171 | 0 | 0.43 | 0.32 | 0.01 | 345 | 0.95 | 0.78 |
| Hex | FC | 90 | AB | 0 | 2B | 20 | 1 | 159 | 5F | 4E |
| Octal | 374 | 220 | 253 | 0 | 53 | 40 | 1 | 531 | 137 | 116 |
| Binary | 11111100 | 10010000 | 10101011 | 0 | 101011 | 100000 | 1 | 101011001 | 1011111 | 1001110 |
Color Harmonies of #FC90AB
Complementary color
Monochromatic Colors of #FC90AB
Black with #FC90AB
Text Example
Text Example
White with #FC90AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90AB; }
p { color: rgb(252,144,171); }
H1.HeaderClassName
{
color: #FC90AB;
}
.AnyTagClassName
{
color: #FC90AB;
}
</style>
background-color css
<style>
a { background-color: #FC90AB; }
a { background-color: rgb(252,144,171); }
div.DivClassName
{
background-color: #FC90AB;
}
.BgClassName
{
background-color: #FC90AB;
}
</style>
border-color css
<style>
span { border-color: #FC90AB; }
span { border-color: rgb(252,144,171); }
td.TdClassName
{
border-color: #FC90AB;
}
.TagClassName
{
border-color: #FC90AB;
}
</style>