Shades of Mauvelous #FA8BAB
Tints of Mauvelous #FA8BAB
RGB
CMYK
RGB Variations
Color information
#FA8BAB (or 0xFA8BAB) is known color: Mauvelous. HEX triplet: FA, 8B and AB. RGB value is (250,139,171). Sum of RGB (Red+Green+Blue) = 250+139+171=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8BAB is #057454. Grayscale: #AFAFAF. Windows color (decimal): -357461 or 11242490. OLE color: 11242490.
HSL color Cylindrical-coordinate representation of color #FA8BAB: hue angle of 342.7º 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 #FA8BAB is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 139 | 171 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.02 |
| HSL | 342.7º | 0.92% | 0.76% | - |
| HSV(B) | 342.7º | 0.44% | 0.98% | - |
| XYZ | 56.01 | 41.73 | 43.63 | - |
| YUV | 175.84 | 125.27 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 139 | 171 | 0 | 0.44 | 0.32 | 0.02 | 342.7 | 0.92 | 0.76 |
| Hex | FA | 8B | AB | 0 | 2C | 20 | 2 | 157 | 5C | 4C |
| Octal | 372 | 213 | 253 | 0 | 54 | 40 | 2 | 527 | 134 | 114 |
| Binary | 11111010 | 10001011 | 10101011 | 0 | 101100 | 100000 | 10 | 101010111 | 1011100 | 1001100 |
Color Harmonies of #FA8BAB
Complementary color
Monochromatic Colors of #FA8BAB
Black with #FA8BAB
Text Example
Text Example
White with #FA8BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8BAB; }
p { color: rgb(250,139,171); }
H1.HeaderClassName
{
color: #FA8BAB;
}
.AnyTagClassName
{
color: #FA8BAB;
}
</style>
background-color css
<style>
a { background-color: #FA8BAB; }
a { background-color: rgb(250,139,171); }
div.DivClassName
{
background-color: #FA8BAB;
}
.BgClassName
{
background-color: #FA8BAB;
}
</style>
border-color css
<style>
span { border-color: #FA8BAB; }
span { border-color: rgb(250,139,171); }
td.TdClassName
{
border-color: #FA8BAB;
}
.TagClassName
{
border-color: #FA8BAB;
}
</style>