Shades of Illusion #FB99BA
Tints of Illusion #FB99BA
RGB
CMYK
RGB Variations
Color information
#FB99BA (or 0xFB99BA) is known color: Illusion. HEX triplet: FB, 99 and BA. RGB value is (251,153,186). Sum of RGB (Red+Green+Blue) = 251+153+186=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB99BA is #046645. Grayscale: #BABABA. Windows color (decimal): -288326 or 12229115. OLE color: 12229115.
HSL color Cylindrical-coordinate representation of color #FB99BA: hue angle of 339.8º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB99BA is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 186 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.02 |
| HSL | 339.8º | 0.92% | 0.79% | - |
| HSV(B) | 339.8º | 0.39% | 0.98% | - |
| XYZ | 60.04 | 46.84 | 52.33 | - |
| YUV | 186.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 186 | 0 | 0.39 | 0.26 | 0.02 | 339.8 | 0.92 | 0.79 |
| Hex | FB | 99 | BA | 0 | 27 | 1A | 2 | 154 | 5C | 4F |
| Octal | 373 | 231 | 272 | 0 | 47 | 32 | 2 | 524 | 134 | 117 |
| Binary | 11111011 | 10011001 | 10111010 | 0 | 100111 | 11010 | 10 | 101010100 | 1011100 | 1001111 |
Color Harmonies of #FB99BA
Complementary color
Monochromatic Colors of #FB99BA
Black with #FB99BA
Text Example
Text Example
White with #FB99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB99BA; }
p { color: rgb(251,153,186); }
H1.HeaderClassName
{
color: #FB99BA;
}
.AnyTagClassName
{
color: #FB99BA;
}
</style>
background-color css
<style>
a { background-color: #FB99BA; }
a { background-color: rgb(251,153,186); }
div.DivClassName
{
background-color: #FB99BA;
}
.BgClassName
{
background-color: #FB99BA;
}
</style>
border-color css
<style>
span { border-color: #FB99BA; }
span { border-color: rgb(251,153,186); }
td.TdClassName
{
border-color: #FB99BA;
}
.TagClassName
{
border-color: #FB99BA;
}
</style>