Shades of Mauvelous #FB93AB
Tints of Mauvelous #FB93AB
RGB
CMYK
RGB Variations
Color information
#FB93AB (or 0xFB93AB) is known color: Mauvelous. HEX triplet: FB, 93 and AB. RGB value is (251,147,171). Sum of RGB (Red+Green+Blue) = 251+147+171=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB93AB is #046C54. Grayscale: #B4B4B4. Windows color (decimal): -289877 or 11244539. OLE color: 11244539.
HSL color Cylindrical-coordinate representation of color #FB93AB: hue angle of 346.15º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB93AB is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 171 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.02 |
| HSL | 346.15º | 0.93% | 0.78% | - |
| HSV(B) | 346.15º | 0.41% | 0.98% | - |
| XYZ | 57.57 | 44.32 | 44.05 | - |
| YUV | 180.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 171 | 0 | 0.41 | 0.32 | 0.02 | 346.15 | 0.93 | 0.78 |
| Hex | FB | 93 | AB | 0 | 29 | 20 | 2 | 15A | 5D | 4E |
| Octal | 373 | 223 | 253 | 0 | 51 | 40 | 2 | 532 | 135 | 116 |
| Binary | 11111011 | 10010011 | 10101011 | 0 | 101001 | 100000 | 10 | 101011010 | 1011101 | 1001110 |
Color Harmonies of #FB93AB
Complementary color
Monochromatic Colors of #FB93AB
Black with #FB93AB
Text Example
Text Example
White with #FB93AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93AB; }
p { color: rgb(251,147,171); }
H1.HeaderClassName
{
color: #FB93AB;
}
.AnyTagClassName
{
color: #FB93AB;
}
</style>
background-color css
<style>
a { background-color: #FB93AB; }
a { background-color: rgb(251,147,171); }
div.DivClassName
{
background-color: #FB93AB;
}
.BgClassName
{
background-color: #FB93AB;
}
</style>
border-color css
<style>
span { border-color: #FB93AB; }
span { border-color: rgb(251,147,171); }
td.TdClassName
{
border-color: #FB93AB;
}
.TagClassName
{
border-color: #FB93AB;
}
</style>