Shades of Mauvelous #FB8DA5
Tints of Mauvelous #FB8DA5
RGB
CMYK
RGB Variations
Color information
#FB8DA5 (or 0xFB8DA5) is known color: Mauvelous. HEX triplet: FB, 8D and A5. RGB value is (251,141,165). Sum of RGB (Red+Green+Blue) = 251+141+165=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8DA5 is #04725A. Grayscale: #B0B0B0. Windows color (decimal): -291419 or 10849787. OLE color: 10849787.
HSL color Cylindrical-coordinate representation of color #FB8DA5: hue angle of 346.91º 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 #FB8DA5 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 165 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.02 |
| HSL | 346.91º | 0.93% | 0.77% | - |
| HSV(B) | 346.91º | 0.44% | 0.98% | - |
| XYZ | 56.1 | 42.28 | 40.8 | - |
| YUV | 176.63 | 121.44 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 165 | 0 | 0.44 | 0.34 | 0.02 | 346.91 | 0.93 | 0.77 |
| Hex | FB | 8D | A5 | 0 | 2C | 22 | 2 | 15B | 5D | 4D |
| Octal | 373 | 215 | 245 | 0 | 54 | 42 | 2 | 533 | 135 | 115 |
| Binary | 11111011 | 10001101 | 10100101 | 0 | 101100 | 100010 | 10 | 101011011 | 1011101 | 1001101 |
Color Harmonies of #FB8DA5
Complementary color
Monochromatic Colors of #FB8DA5
Black with #FB8DA5
Text Example
Text Example
White with #FB8DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DA5; }
p { color: rgb(251,141,165); }
H1.HeaderClassName
{
color: #FB8DA5;
}
.AnyTagClassName
{
color: #FB8DA5;
}
</style>
background-color css
<style>
a { background-color: #FB8DA5; }
a { background-color: rgb(251,141,165); }
div.DivClassName
{
background-color: #FB8DA5;
}
.BgClassName
{
background-color: #FB8DA5;
}
</style>
border-color css
<style>
span { border-color: #FB8DA5; }
span { border-color: rgb(251,141,165); }
td.TdClassName
{
border-color: #FB8DA5;
}
.TagClassName
{
border-color: #FB8DA5;
}
</style>