Shades of Illusion #FA9AB9
Tints of Illusion #FA9AB9
RGB
CMYK
RGB Variations
Color information
#FA9AB9 (or 0xFA9AB9) is known color: Illusion. HEX triplet: FA, 9A and B9. RGB value is (250,154,185). Sum of RGB (Red+Green+Blue) = 250+154+185=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AB9 is #056546. Grayscale: #BABABA. Windows color (decimal): -353607 or 12163834. OLE color: 12163834.
HSL color Cylindrical-coordinate representation of color #FA9AB9: hue angle of 340.62º 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 #FA9AB9 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 185 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.02 |
| HSL | 340.63º | 0.91% | 0.79% | - |
| HSV(B) | 340.63º | 0.38% | 0.98% | - |
| XYZ | 59.74 | 46.94 | 51.81 | - |
| YUV | 186.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 185 | 0 | 0.38 | 0.26 | 0.02 | 340.63 | 0.91 | 0.79 |
| Hex | FA | 9A | B9 | 0 | 26 | 1A | 2 | 155 | 5B | 4F |
| Octal | 372 | 232 | 271 | 0 | 46 | 32 | 2 | 525 | 133 | 117 |
| Binary | 11111010 | 10011010 | 10111001 | 0 | 100110 | 11010 | 10 | 101010101 | 1011011 | 1001111 |
Color Harmonies of #FA9AB9
Complementary color
Monochromatic Colors of #FA9AB9
Black with #FA9AB9
Text Example
Text Example
White with #FA9AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9AB9; }
p { color: rgb(250,154,185); }
H1.HeaderClassName
{
color: #FA9AB9;
}
.AnyTagClassName
{
color: #FA9AB9;
}
</style>
background-color css
<style>
a { background-color: #FA9AB9; }
a { background-color: rgb(250,154,185); }
div.DivClassName
{
background-color: #FA9AB9;
}
.BgClassName
{
background-color: #FA9AB9;
}
</style>
border-color css
<style>
span { border-color: #FA9AB9; }
span { border-color: rgb(250,154,185); }
td.TdClassName
{
border-color: #FA9AB9;
}
.TagClassName
{
border-color: #FA9AB9;
}
</style>