Shades of Mauvelous #FB8FA6
Tints of Mauvelous #FB8FA6
RGB
CMYK
RGB Variations
Color information
#FB8FA6 (or 0xFB8FA6) is known color: Mauvelous. HEX triplet: FB, 8F and A6. RGB value is (251,143,166). Sum of RGB (Red+Green+Blue) = 251+143+166=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8FA6 is #047059. Grayscale: #B1B1B1. Windows color (decimal): -290906 or 10915835. OLE color: 10915835.
HSL color Cylindrical-coordinate representation of color #FB8FA6: hue angle of 347.22º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8FA6 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 166 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.02 |
| HSL | 347.22º | 0.93% | 0.77% | - |
| HSV(B) | 347.22º | 0.43% | 0.98% | - |
| XYZ | 56.49 | 42.91 | 41.38 | - |
| YUV | 177.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 166 | 0 | 0.43 | 0.34 | 0.02 | 347.22 | 0.93 | 0.77 |
| Hex | FB | 8F | A6 | 0 | 2B | 22 | 2 | 15B | 5D | 4D |
| Octal | 373 | 217 | 246 | 0 | 53 | 42 | 2 | 533 | 135 | 115 |
| Binary | 11111011 | 10001111 | 10100110 | 0 | 101011 | 100010 | 10 | 101011011 | 1011101 | 1001101 |
Color Harmonies of #FB8FA6
Complementary color
Monochromatic Colors of #FB8FA6
Black with #FB8FA6
Text Example
Text Example
White with #FB8FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FA6; }
p { color: rgb(251,143,166); }
H1.HeaderClassName
{
color: #FB8FA6;
}
.AnyTagClassName
{
color: #FB8FA6;
}
</style>
background-color css
<style>
a { background-color: #FB8FA6; }
a { background-color: rgb(251,143,166); }
div.DivClassName
{
background-color: #FB8FA6;
}
.BgClassName
{
background-color: #FB8FA6;
}
</style>
border-color css
<style>
span { border-color: #FB8FA6; }
span { border-color: rgb(251,143,166); }
td.TdClassName
{
border-color: #FB8FA6;
}
.TagClassName
{
border-color: #FB8FA6;
}
</style>