Shades of Illusion #FB90B5
Tints of Illusion #FB90B5
RGB
CMYK
RGB Variations
Color information
#FB90B5 (or 0xFB90B5) is known color: Illusion. HEX triplet: FB, 90 and B5. RGB value is (251,144,181). Sum of RGB (Red+Green+Blue) = 251+144+181=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90B5 is #046F4A. Grayscale: #B4B4B4. Windows color (decimal): -290635 or 11899131. OLE color: 11899131.
HSL color Cylindrical-coordinate representation of color #FB90B5: hue angle of 339.25º 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 #FB90B5 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 181 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.02 |
| HSL | 339.25º | 0.93% | 0.77% | - |
| HSV(B) | 339.25º | 0.43% | 0.98% | - |
| XYZ | 58.1 | 43.79 | 49.11 | - |
| YUV | 180.21 | 128.45 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 181 | 0 | 0.43 | 0.28 | 0.02 | 339.25 | 0.93 | 0.77 |
| Hex | FB | 90 | B5 | 0 | 2B | 1C | 2 | 153 | 5D | 4D |
| Octal | 373 | 220 | 265 | 0 | 53 | 34 | 2 | 523 | 135 | 115 |
| Binary | 11111011 | 10010000 | 10110101 | 0 | 101011 | 11100 | 10 | 101010011 | 1011101 | 1001101 |
Color Harmonies of #FB90B5
Complementary color
Monochromatic Colors of #FB90B5
Black with #FB90B5
Text Example
Text Example
White with #FB90B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90B5; }
p { color: rgb(251,144,181); }
H1.HeaderClassName
{
color: #FB90B5;
}
.AnyTagClassName
{
color: #FB90B5;
}
</style>
background-color css
<style>
a { background-color: #FB90B5; }
a { background-color: rgb(251,144,181); }
div.DivClassName
{
background-color: #FB90B5;
}
.BgClassName
{
background-color: #FB90B5;
}
</style>
border-color css
<style>
span { border-color: #FB90B5; }
span { border-color: rgb(251,144,181); }
td.TdClassName
{
border-color: #FB90B5;
}
.TagClassName
{
border-color: #FB90B5;
}
</style>