Shades of Mauvelous #FA8BA6
Tints of Mauvelous #FA8BA6
RGB
CMYK
RGB Variations
Color information
#FA8BA6 (or 0xFA8BA6) is known color: Mauvelous. HEX triplet: FA, 8B and A6. RGB value is (250,139,166). Sum of RGB (Red+Green+Blue) = 250+139+166=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8BA6 is #057459. Grayscale: #AFAFAF. Windows color (decimal): -357466 or 10914810. OLE color: 10914810.
HSL color Cylindrical-coordinate representation of color #FA8BA6: hue angle of 345.41º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BA6 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 139 | 166 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.02 |
| HSL | 345.41º | 0.92% | 0.76% | - |
| HSV(B) | 345.41º | 0.44% | 0.98% | - |
| XYZ | 55.54 | 41.54 | 41.17 | - |
| YUV | 175.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 139 | 166 | 0 | 0.44 | 0.34 | 0.02 | 345.41 | 0.92 | 0.76 |
| Hex | FA | 8B | A6 | 0 | 2C | 22 | 2 | 159 | 5C | 4C |
| Octal | 372 | 213 | 246 | 0 | 54 | 42 | 2 | 531 | 134 | 114 |
| Binary | 11111010 | 10001011 | 10100110 | 0 | 101100 | 100010 | 10 | 101011001 | 1011100 | 1001100 |
Color Harmonies of #FA8BA6
Complementary color
Monochromatic Colors of #FA8BA6
Black with #FA8BA6
Text Example
Text Example
White with #FA8BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8BA6; }
p { color: rgb(250,139,166); }
H1.HeaderClassName
{
color: #FA8BA6;
}
.AnyTagClassName
{
color: #FA8BA6;
}
</style>
background-color css
<style>
a { background-color: #FA8BA6; }
a { background-color: rgb(250,139,166); }
div.DivClassName
{
background-color: #FA8BA6;
}
.BgClassName
{
background-color: #FA8BA6;
}
</style>
border-color css
<style>
span { border-color: #FA8BA6; }
span { border-color: rgb(250,139,166); }
td.TdClassName
{
border-color: #FA8BA6;
}
.TagClassName
{
border-color: #FA8BA6;
}
</style>