Shades of Mauvelous #FB9FA8
Tints of Mauvelous #FB9FA8
RGB
CMYK
RGB Variations
Color information
#FB9FA8 (or 0xFB9FA8) is known color: Mauvelous. HEX triplet: FB, 9F and A8. RGB value is (251,159,168). Sum of RGB (Red+Green+Blue) = 251+159+168=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9FA8 is #046057. Grayscale: #BBBBBB. Windows color (decimal): -286808 or 11051003. OLE color: 11051003.
HSL color Cylindrical-coordinate representation of color #FB9FA8: hue angle of 354.13º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FB9FA8 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 168 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.02 |
| HSL | 354.13º | 0.92% | 0.8% | - |
| HSV(B) | 354.13º | 0.37% | 0.98% | - |
| XYZ | 59.25 | 48.13 | 43.21 | - |
| YUV | 187.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 168 | 0 | 0.37 | 0.33 | 0.02 | 354.13 | 0.92 | 0.8 |
| Hex | FB | 9F | A8 | 0 | 25 | 21 | 2 | 162 | 5C | 50 |
| Octal | 373 | 237 | 250 | 0 | 45 | 41 | 2 | 542 | 134 | 120 |
| Binary | 11111011 | 10011111 | 10101000 | 0 | 100101 | 100001 | 10 | 101100010 | 1011100 | 1010000 |
Color Harmonies of #FB9FA8
Complementary color
Monochromatic Colors of #FB9FA8
Black with #FB9FA8
Text Example
Text Example
White with #FB9FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9FA8; }
p { color: rgb(251,159,168); }
H1.HeaderClassName
{
color: #FB9FA8;
}
.AnyTagClassName
{
color: #FB9FA8;
}
</style>
background-color css
<style>
a { background-color: #FB9FA8; }
a { background-color: rgb(251,159,168); }
div.DivClassName
{
background-color: #FB9FA8;
}
.BgClassName
{
background-color: #FB9FA8;
}
</style>
border-color css
<style>
span { border-color: #FB9FA8; }
span { border-color: rgb(251,159,168); }
td.TdClassName
{
border-color: #FB9FA8;
}
.TagClassName
{
border-color: #FB9FA8;
}
</style>