Shades of Mauvelous #FB8CAB
Tints of Mauvelous #FB8CAB
RGB
CMYK
RGB Variations
Color information
#FB8CAB (or 0xFB8CAB) is known color: Mauvelous. HEX triplet: FB, 8C and AB. RGB value is (251,140,171). Sum of RGB (Red+Green+Blue) = 251+140+171=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8CAB is #047354. Grayscale: #B0B0B0. Windows color (decimal): -291669 or 11242747. OLE color: 11242747.
HSL color Cylindrical-coordinate representation of color #FB8CAB: hue angle of 343.24º 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 #FB8CAB is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 171 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.02 |
| HSL | 343.24º | 0.93% | 0.77% | - |
| HSV(B) | 343.24º | 0.44% | 0.98% | - |
| XYZ | 56.51 | 42.21 | 43.7 | - |
| YUV | 176.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 171 | 0 | 0.44 | 0.32 | 0.02 | 343.24 | 0.93 | 0.77 |
| Hex | FB | 8C | AB | 0 | 2C | 20 | 2 | 157 | 5D | 4D |
| Octal | 373 | 214 | 253 | 0 | 54 | 40 | 2 | 527 | 135 | 115 |
| Binary | 11111011 | 10001100 | 10101011 | 0 | 101100 | 100000 | 10 | 101010111 | 1011101 | 1001101 |
Color Harmonies of #FB8CAB
Complementary color
Monochromatic Colors of #FB8CAB
Black with #FB8CAB
Text Example
Text Example
White with #FB8CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CAB; }
p { color: rgb(251,140,171); }
H1.HeaderClassName
{
color: #FB8CAB;
}
.AnyTagClassName
{
color: #FB8CAB;
}
</style>
background-color css
<style>
a { background-color: #FB8CAB; }
a { background-color: rgb(251,140,171); }
div.DivClassName
{
background-color: #FB8CAB;
}
.BgClassName
{
background-color: #FB8CAB;
}
</style>
border-color css
<style>
span { border-color: #FB8CAB; }
span { border-color: rgb(251,140,171); }
td.TdClassName
{
border-color: #FB8CAB;
}
.TagClassName
{
border-color: #FB8CAB;
}
</style>