Shades of Illusion #FA9ABA
Tints of Illusion #FA9ABA
RGB
CMYK
RGB Variations
Color information
#FA9ABA (or 0xFA9ABA) is known color: Illusion. HEX triplet: FA, 9A and BA. RGB value is (250,154,186). Sum of RGB (Red+Green+Blue) = 250+154+186=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9ABA is #056545. Grayscale: #BABABA. Windows color (decimal): -353606 or 12229370. OLE color: 12229370.
HSL color Cylindrical-coordinate representation of color #FA9ABA: hue angle of 340º degrees, saturation: 0.91, 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 #FA9ABA is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 186 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.02 |
| HSL | 340º | 0.91% | 0.79% | - |
| HSV(B) | 340º | 0.38% | 0.98% | - |
| XYZ | 59.84 | 46.98 | 52.37 | - |
| YUV | 186.35 | 127.8 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 186 | 0 | 0.38 | 0.26 | 0.02 | 340 | 0.91 | 0.79 |
| Hex | FA | 9A | BA | 0 | 26 | 1A | 2 | 154 | 5B | 4F |
| Octal | 372 | 232 | 272 | 0 | 46 | 32 | 2 | 524 | 133 | 117 |
| Binary | 11111010 | 10011010 | 10111010 | 0 | 100110 | 11010 | 10 | 101010100 | 1011011 | 1001111 |
Color Harmonies of #FA9ABA
Complementary color
Monochromatic Colors of #FA9ABA
Black with #FA9ABA
Text Example
Text Example
White with #FA9ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9ABA; }
p { color: rgb(250,154,186); }
H1.HeaderClassName
{
color: #FA9ABA;
}
.AnyTagClassName
{
color: #FA9ABA;
}
</style>
background-color css
<style>
a { background-color: #FA9ABA; }
a { background-color: rgb(250,154,186); }
div.DivClassName
{
background-color: #FA9ABA;
}
.BgClassName
{
background-color: #FA9ABA;
}
</style>
border-color css
<style>
span { border-color: #FA9ABA; }
span { border-color: rgb(250,154,186); }
td.TdClassName
{
border-color: #FA9ABA;
}
.TagClassName
{
border-color: #FA9ABA;
}
</style>