Shades of Mauvelous #FA90A8
Tints of Mauvelous #FA90A8
RGB
CMYK
RGB Variations
Color information
#FA90A8 (or 0xFA90A8) is known color: Mauvelous. HEX triplet: FA, 90 and A8. RGB value is (250,144,168). Sum of RGB (Red+Green+Blue) = 250+144+168=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA90A8 is #056F57. Grayscale: #B2B2B2. Windows color (decimal): -356184 or 11047162. OLE color: 11047162.
HSL color Cylindrical-coordinate representation of color #FA90A8: hue angle of 346.42º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA90A8 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 168 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.02 |
| HSL | 346.42º | 0.91% | 0.77% | - |
| HSV(B) | 346.42º | 0.42% | 0.98% | - |
| XYZ | 56.47 | 43.1 | 42.39 | - |
| YUV | 178.43 | 122.12 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 168 | 0 | 0.42 | 0.33 | 0.02 | 346.42 | 0.91 | 0.77 |
| Hex | FA | 90 | A8 | 0 | 2A | 21 | 2 | 15A | 5B | 4D |
| Octal | 372 | 220 | 250 | 0 | 52 | 41 | 2 | 532 | 133 | 115 |
| Binary | 11111010 | 10010000 | 10101000 | 0 | 101010 | 100001 | 10 | 101011010 | 1011011 | 1001101 |
Color Harmonies of #FA90A8
Complementary color
Monochromatic Colors of #FA90A8
Black with #FA90A8
Text Example
Text Example
White with #FA90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA90A8; }
p { color: rgb(250,144,168); }
H1.HeaderClassName
{
color: #FA90A8;
}
.AnyTagClassName
{
color: #FA90A8;
}
</style>
background-color css
<style>
a { background-color: #FA90A8; }
a { background-color: rgb(250,144,168); }
div.DivClassName
{
background-color: #FA90A8;
}
.BgClassName
{
background-color: #FA90A8;
}
</style>
border-color css
<style>
span { border-color: #FA90A8; }
span { border-color: rgb(250,144,168); }
td.TdClassName
{
border-color: #FA90A8;
}
.TagClassName
{
border-color: #FA90A8;
}
</style>