Shades of Illusion #FA96BA
Tints of Illusion #FA96BA
RGB
CMYK
RGB Variations
Color information
#FA96BA (or 0xFA96BA) is known color: Illusion. HEX triplet: FA, 96 and BA. RGB value is (250,150,186). Sum of RGB (Red+Green+Blue) = 250+150+186=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96BA is #056945. Grayscale: #B7B7B7. Windows color (decimal): -354630 or 12228346. OLE color: 12228346.
HSL color Cylindrical-coordinate representation of color #FA96BA: hue angle of 338.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA96BA is Cyan = 0, Magento = 0.4, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 186 | - |
| CMYK | 0 | 0.4 | 0.26 | 0.02 |
| HSL | 338.4º | 0.91% | 0.78% | - |
| HSV(B) | 338.4º | 0.4% | 0.98% | - |
| XYZ | 59.19 | 45.68 | 52.15 | - |
| YUV | 184 | 129.13 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 186 | 0 | 0.4 | 0.26 | 0.02 | 338.4 | 0.91 | 0.78 |
| Hex | FA | 96 | BA | 0 | 28 | 1A | 2 | 152 | 5B | 4E |
| Octal | 372 | 226 | 272 | 0 | 50 | 32 | 2 | 522 | 133 | 116 |
| Binary | 11111010 | 10010110 | 10111010 | 0 | 101000 | 11010 | 10 | 101010010 | 1011011 | 1001110 |
Color Harmonies of #FA96BA
Complementary color
Monochromatic Colors of #FA96BA
Black with #FA96BA
Text Example
Text Example
White with #FA96BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA96BA; }
p { color: rgb(250,150,186); }
H1.HeaderClassName
{
color: #FA96BA;
}
.AnyTagClassName
{
color: #FA96BA;
}
</style>
background-color css
<style>
a { background-color: #FA96BA; }
a { background-color: rgb(250,150,186); }
div.DivClassName
{
background-color: #FA96BA;
}
.BgClassName
{
background-color: #FA96BA;
}
</style>
border-color css
<style>
span { border-color: #FA96BA; }
span { border-color: rgb(250,150,186); }
td.TdClassName
{
border-color: #FA96BA;
}
.TagClassName
{
border-color: #FA96BA;
}
</style>