Shades of Illusion #FA9CBA
Tints of Illusion #FA9CBA
RGB
CMYK
RGB Variations
Color information
#FA9CBA (or 0xFA9CBA) is known color: Illusion. HEX triplet: FA, 9C and BA. RGB value is (250,156,186). Sum of RGB (Red+Green+Blue) = 250+156+186=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CBA is #056345. Grayscale: #BBBBBB. Windows color (decimal): -353094 or 12229882. OLE color: 12229882.
HSL color Cylindrical-coordinate representation of color #FA9CBA: hue angle of 340.85º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9CBA is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 186 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.02 |
| HSL | 340.85º | 0.9% | 0.8% | - |
| HSV(B) | 340.85º | 0.38% | 0.98% | - |
| XYZ | 60.18 | 47.65 | 52.48 | - |
| YUV | 187.53 | 127.14 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 186 | 0 | 0.38 | 0.26 | 0.02 | 340.85 | 0.9 | 0.8 |
| Hex | FA | 9C | BA | 0 | 26 | 1A | 2 | 155 | 5A | 50 |
| Octal | 372 | 234 | 272 | 0 | 46 | 32 | 2 | 525 | 132 | 120 |
| Binary | 11111010 | 10011100 | 10111010 | 0 | 100110 | 11010 | 10 | 101010101 | 1011010 | 1010000 |
Color Harmonies of #FA9CBA
Complementary color
Monochromatic Colors of #FA9CBA
Black with #FA9CBA
Text Example
Text Example
White with #FA9CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9CBA; }
p { color: rgb(250,156,186); }
H1.HeaderClassName
{
color: #FA9CBA;
}
.AnyTagClassName
{
color: #FA9CBA;
}
</style>
background-color css
<style>
a { background-color: #FA9CBA; }
a { background-color: rgb(250,156,186); }
div.DivClassName
{
background-color: #FA9CBA;
}
.BgClassName
{
background-color: #FA9CBA;
}
</style>
border-color css
<style>
span { border-color: #FA9CBA; }
span { border-color: rgb(250,156,186); }
td.TdClassName
{
border-color: #FA9CBA;
}
.TagClassName
{
border-color: #FA9CBA;
}
</style>