Shades of Mauvelous #FB8DA6
Tints of Mauvelous #FB8DA6
RGB
CMYK
RGB Variations
Color information
#FB8DA6 (or 0xFB8DA6) is known color: Mauvelous. HEX triplet: FB, 8D and A6. RGB value is (251,141,166). Sum of RGB (Red+Green+Blue) = 251+141+166=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 166 (65.23% from 255 or 29.75% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8DA6 is #047259. Grayscale: #B0B0B0. Windows color (decimal): -291418 or 10915323. OLE color: 10915323.
HSL color Cylindrical-coordinate representation of color #FB8DA6: hue angle of 346.36º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8DA6 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 166 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.02 |
| HSL | 346.36º | 0.93% | 0.77% | - |
| HSV(B) | 346.36º | 0.44% | 0.98% | - |
| XYZ | 56.19 | 42.31 | 41.28 | - |
| YUV | 176.74 | 121.94 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 166 | 0 | 0.44 | 0.34 | 0.02 | 346.36 | 0.93 | 0.77 |
| Hex | FB | 8D | A6 | 0 | 2C | 22 | 2 | 15A | 5D | 4D |
| Octal | 373 | 215 | 246 | 0 | 54 | 42 | 2 | 532 | 135 | 115 |
| Binary | 11111011 | 10001101 | 10100110 | 0 | 101100 | 100010 | 10 | 101011010 | 1011101 | 1001101 |
Color Harmonies of #FB8DA6
Complementary color
Monochromatic Colors of #FB8DA6
Black with #FB8DA6
Text Example
Text Example
White with #FB8DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DA6; }
p { color: rgb(251,141,166); }
H1.HeaderClassName
{
color: #FB8DA6;
}
.AnyTagClassName
{
color: #FB8DA6;
}
</style>
background-color css
<style>
a { background-color: #FB8DA6; }
a { background-color: rgb(251,141,166); }
div.DivClassName
{
background-color: #FB8DA6;
}
.BgClassName
{
background-color: #FB8DA6;
}
</style>
border-color css
<style>
span { border-color: #FB8DA6; }
span { border-color: rgb(251,141,166); }
td.TdClassName
{
border-color: #FB8DA6;
}
.TagClassName
{
border-color: #FB8DA6;
}
</style>