Shades of Illusion #FA96B5
Tints of Illusion #FA96B5
RGB
CMYK
RGB Variations
Color information
#FA96B5 (or 0xFA96B5) is known color: Illusion. HEX triplet: FA, 96 and B5. RGB value is (250,150,181). Sum of RGB (Red+Green+Blue) = 250+150+181=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96B5 is #05694A. Grayscale: #B7B7B7. Windows color (decimal): -354635 or 11900666. OLE color: 11900666.
HSL color Cylindrical-coordinate representation of color #FA96B5: hue angle of 341.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 #FA96B5 is Cyan = 0, Magento = 0.4, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 181 | - |
| CMYK | 0 | 0.4 | 0.28 | 0.02 |
| HSL | 341.4º | 0.91% | 0.78% | - |
| HSV(B) | 341.4º | 0.4% | 0.98% | - |
| XYZ | 58.67 | 45.47 | 49.4 | - |
| YUV | 183.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 181 | 0 | 0.4 | 0.28 | 0.02 | 341.4 | 0.91 | 0.78 |
| Hex | FA | 96 | B5 | 0 | 28 | 1C | 2 | 155 | 5B | 4E |
| Octal | 372 | 226 | 265 | 0 | 50 | 34 | 2 | 525 | 133 | 116 |
| Binary | 11111010 | 10010110 | 10110101 | 0 | 101000 | 11100 | 10 | 101010101 | 1011011 | 1001110 |
Color Harmonies of #FA96B5
Complementary color
Monochromatic Colors of #FA96B5
Black with #FA96B5
Text Example
Text Example
White with #FA96B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA96B5; }
p { color: rgb(250,150,181); }
H1.HeaderClassName
{
color: #FA96B5;
}
.AnyTagClassName
{
color: #FA96B5;
}
</style>
background-color css
<style>
a { background-color: #FA96B5; }
a { background-color: rgb(250,150,181); }
div.DivClassName
{
background-color: #FA96B5;
}
.BgClassName
{
background-color: #FA96B5;
}
</style>
border-color css
<style>
span { border-color: #FA96B5; }
span { border-color: rgb(250,150,181); }
td.TdClassName
{
border-color: #FA96B5;
}
.TagClassName
{
border-color: #FA96B5;
}
</style>