Shades of Mauvelous #FB93A8
Tints of Mauvelous #FB93A8
RGB
CMYK
RGB Variations
Color information
#FB93A8 (or 0xFB93A8) is known color: Mauvelous. HEX triplet: FB, 93 and A8. RGB value is (251,147,168). Sum of RGB (Red+Green+Blue) = 251+147+168=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB93A8 is #046C57. Grayscale: #B4B4B4. Windows color (decimal): -289880 or 11047931. OLE color: 11047931.
HSL color Cylindrical-coordinate representation of color #FB93A8: hue angle of 347.88º 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 #FB93A8 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 168 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.02 |
| HSL | 347.88º | 0.93% | 0.78% | - |
| HSV(B) | 347.88º | 0.41% | 0.98% | - |
| XYZ | 57.29 | 44.2 | 42.56 | - |
| YUV | 180.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 168 | 0 | 0.41 | 0.33 | 0.02 | 347.88 | 0.93 | 0.78 |
| Hex | FB | 93 | A8 | 0 | 29 | 21 | 2 | 15C | 5D | 4E |
| Octal | 373 | 223 | 250 | 0 | 51 | 41 | 2 | 534 | 135 | 116 |
| Binary | 11111011 | 10010011 | 10101000 | 0 | 101001 | 100001 | 10 | 101011100 | 1011101 | 1001110 |
Color Harmonies of #FB93A8
Complementary color
Monochromatic Colors of #FB93A8
Black with #FB93A8
Text Example
Text Example
White with #FB93A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93A8; }
p { color: rgb(251,147,168); }
H1.HeaderClassName
{
color: #FB93A8;
}
.AnyTagClassName
{
color: #FB93A8;
}
</style>
background-color css
<style>
a { background-color: #FB93A8; }
a { background-color: rgb(251,147,168); }
div.DivClassName
{
background-color: #FB93A8;
}
.BgClassName
{
background-color: #FB93A8;
}
</style>
border-color css
<style>
span { border-color: #FB93A8; }
span { border-color: rgb(251,147,168); }
td.TdClassName
{
border-color: #FB93A8;
}
.TagClassName
{
border-color: #FB93A8;
}
</style>