Shades of Illusion #FA9BBA
Tints of Illusion #FA9BBA
RGB
CMYK
RGB Variations
Color information
#FA9BBA (or 0xFA9BBA) is known color: Illusion. HEX triplet: FA, 9B and BA. RGB value is (250,155,186). Sum of RGB (Red+Green+Blue) = 250+155+186=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9BBA is #056445. Grayscale: #BABABA. Windows color (decimal): -353350 or 12229626. OLE color: 12229626.
HSL color Cylindrical-coordinate representation of color #FA9BBA: hue angle of 340.42º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9BBA is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 186 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.02 |
| HSL | 340.42º | 0.9% | 0.79% | - |
| HSV(B) | 340.42º | 0.38% | 0.98% | - |
| XYZ | 60.01 | 47.31 | 52.42 | - |
| YUV | 186.94 | 127.47 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 186 | 0 | 0.38 | 0.26 | 0.02 | 340.42 | 0.9 | 0.79 |
| Hex | FA | 9B | BA | 0 | 26 | 1A | 2 | 154 | 5A | 4F |
| Octal | 372 | 233 | 272 | 0 | 46 | 32 | 2 | 524 | 132 | 117 |
| Binary | 11111010 | 10011011 | 10111010 | 0 | 100110 | 11010 | 10 | 101010100 | 1011010 | 1001111 |
Color Harmonies of #FA9BBA
Complementary color
Monochromatic Colors of #FA9BBA
Black with #FA9BBA
Text Example
Text Example
White with #FA9BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9BBA; }
p { color: rgb(250,155,186); }
H1.HeaderClassName
{
color: #FA9BBA;
}
.AnyTagClassName
{
color: #FA9BBA;
}
</style>
background-color css
<style>
a { background-color: #FA9BBA; }
a { background-color: rgb(250,155,186); }
div.DivClassName
{
background-color: #FA9BBA;
}
.BgClassName
{
background-color: #FA9BBA;
}
</style>
border-color css
<style>
span { border-color: #FA9BBA; }
span { border-color: rgb(250,155,186); }
td.TdClassName
{
border-color: #FA9BBA;
}
.TagClassName
{
border-color: #FA9BBA;
}
</style>