Shades of Mauvelous #FB90A8
Tints of Mauvelous #FB90A8
RGB
CMYK
RGB Variations
Color information
#FB90A8 (or 0xFB90A8) is known color: Mauvelous. HEX triplet: FB, 90 and A8. RGB value is (251,144,168). Sum of RGB (Red+Green+Blue) = 251+144+168=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB90A8 is #046F57. Grayscale: #B2B2B2. Windows color (decimal): -290648 or 11047163. OLE color: 11047163.
HSL color Cylindrical-coordinate representation of color #FB90A8: hue angle of 346.54º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB90A8 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 168 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.02 |
| HSL | 346.54º | 0.93% | 0.77% | - |
| HSV(B) | 346.54º | 0.43% | 0.98% | - |
| XYZ | 56.82 | 43.28 | 42.41 | - |
| YUV | 178.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 168 | 0 | 0.43 | 0.33 | 0.02 | 346.54 | 0.93 | 0.77 |
| Hex | FB | 90 | A8 | 0 | 2B | 21 | 2 | 15B | 5D | 4D |
| Octal | 373 | 220 | 250 | 0 | 53 | 41 | 2 | 533 | 135 | 115 |
| Binary | 11111011 | 10010000 | 10101000 | 0 | 101011 | 100001 | 10 | 101011011 | 1011101 | 1001101 |
Color Harmonies of #FB90A8
Complementary color
Monochromatic Colors of #FB90A8
Black with #FB90A8
Text Example
Text Example
White with #FB90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90A8; }
p { color: rgb(251,144,168); }
H1.HeaderClassName
{
color: #FB90A8;
}
.AnyTagClassName
{
color: #FB90A8;
}
</style>
background-color css
<style>
a { background-color: #FB90A8; }
a { background-color: rgb(251,144,168); }
div.DivClassName
{
background-color: #FB90A8;
}
.BgClassName
{
background-color: #FB90A8;
}
</style>
border-color css
<style>
span { border-color: #FB90A8; }
span { border-color: rgb(251,144,168); }
td.TdClassName
{
border-color: #FB90A8;
}
.TagClassName
{
border-color: #FB90A8;
}
</style>