Shades of Illusion #FB90B7
Tints of Illusion #FB90B7
RGB
CMYK
RGB Variations
Color information
#FB90B7 (or 0xFB90B7) is known color: Illusion. HEX triplet: FB, 90 and B7. RGB value is (251,144,183). Sum of RGB (Red+Green+Blue) = 251+144+183=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90B7 is #046F48. Grayscale: #B4B4B4. Windows color (decimal): -290633 or 12030203. OLE color: 12030203.
HSL color Cylindrical-coordinate representation of color #FB90B7: hue angle of 338.13º 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 #FB90B7 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 183 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.02 |
| HSL | 338.13º | 0.93% | 0.77% | - |
| HSV(B) | 338.13º | 0.43% | 0.98% | - |
| XYZ | 58.3 | 43.87 | 50.2 | - |
| YUV | 180.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 183 | 0 | 0.43 | 0.27 | 0.02 | 338.13 | 0.93 | 0.77 |
| Hex | FB | 90 | B7 | 0 | 2B | 1B | 2 | 152 | 5D | 4D |
| Octal | 373 | 220 | 267 | 0 | 53 | 33 | 2 | 522 | 135 | 115 |
| Binary | 11111011 | 10010000 | 10110111 | 0 | 101011 | 11011 | 10 | 101010010 | 1011101 | 1001101 |
Color Harmonies of #FB90B7
Complementary color
Monochromatic Colors of #FB90B7
Black with #FB90B7
Text Example
Text Example
White with #FB90B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90B7; }
p { color: rgb(251,144,183); }
H1.HeaderClassName
{
color: #FB90B7;
}
.AnyTagClassName
{
color: #FB90B7;
}
</style>
background-color css
<style>
a { background-color: #FB90B7; }
a { background-color: rgb(251,144,183); }
div.DivClassName
{
background-color: #FB90B7;
}
.BgClassName
{
background-color: #FB90B7;
}
</style>
border-color css
<style>
span { border-color: #FB90B7; }
span { border-color: rgb(251,144,183); }
td.TdClassName
{
border-color: #FB90B7;
}
.TagClassName
{
border-color: #FB90B7;
}
</style>