Shades of Mauvelous #FB91A8
Tints of Mauvelous #FB91A8
RGB
CMYK
RGB Variations
Color information
#FB91A8 (or 0xFB91A8) is known color: Mauvelous. HEX triplet: FB, 91 and A8. RGB value is (251,145,168). Sum of RGB (Red+Green+Blue) = 251+145+168=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB91A8 is #046E57. Grayscale: #B3B3B3. Windows color (decimal): -290392 or 11047419. OLE color: 11047419.
HSL color Cylindrical-coordinate representation of color #FB91A8: hue angle of 346.98º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB91A8 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 168 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.02 |
| HSL | 346.98º | 0.93% | 0.78% | - |
| HSV(B) | 346.98º | 0.42% | 0.98% | - |
| XYZ | 56.98 | 43.59 | 42.46 | - |
| YUV | 179.32 | 121.62 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 168 | 0 | 0.42 | 0.33 | 0.02 | 346.98 | 0.93 | 0.78 |
| Hex | FB | 91 | A8 | 0 | 2A | 21 | 2 | 15B | 5D | 4E |
| Octal | 373 | 221 | 250 | 0 | 52 | 41 | 2 | 533 | 135 | 116 |
| Binary | 11111011 | 10010001 | 10101000 | 0 | 101010 | 100001 | 10 | 101011011 | 1011101 | 1001110 |
Color Harmonies of #FB91A8
Complementary color
Monochromatic Colors of #FB91A8
Black with #FB91A8
Text Example
Text Example
White with #FB91A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB91A8; }
p { color: rgb(251,145,168); }
H1.HeaderClassName
{
color: #FB91A8;
}
.AnyTagClassName
{
color: #FB91A8;
}
</style>
background-color css
<style>
a { background-color: #FB91A8; }
a { background-color: rgb(251,145,168); }
div.DivClassName
{
background-color: #FB91A8;
}
.BgClassName
{
background-color: #FB91A8;
}
</style>
border-color css
<style>
span { border-color: #FB91A8; }
span { border-color: rgb(251,145,168); }
td.TdClassName
{
border-color: #FB91A8;
}
.TagClassName
{
border-color: #FB91A8;
}
</style>