Shades of Illusion #FA93BA
Tints of Illusion #FA93BA
RGB
CMYK
RGB Variations
Color information
#FA93BA (or 0xFA93BA) is known color: Illusion. HEX triplet: FA, 93 and BA. RGB value is (250,147,186). Sum of RGB (Red+Green+Blue) = 250+147+186=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA93BA is #056C45. Grayscale: #B6B6B6. Windows color (decimal): -355398 or 12227578. OLE color: 12227578.
HSL color Cylindrical-coordinate representation of color #FA93BA: hue angle of 337.28º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA93BA is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 186 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.02 |
| HSL | 337.28º | 0.91% | 0.78% | - |
| HSV(B) | 337.28º | 0.41% | 0.98% | - |
| XYZ | 58.72 | 44.74 | 51.99 | - |
| YUV | 182.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 186 | 0 | 0.41 | 0.26 | 0.02 | 337.28 | 0.91 | 0.78 |
| Hex | FA | 93 | BA | 0 | 29 | 1A | 2 | 151 | 5B | 4E |
| Octal | 372 | 223 | 272 | 0 | 51 | 32 | 2 | 521 | 133 | 116 |
| Binary | 11111010 | 10010011 | 10111010 | 0 | 101001 | 11010 | 10 | 101010001 | 1011011 | 1001110 |
Color Harmonies of #FA93BA
Complementary color
Monochromatic Colors of #FA93BA
Black with #FA93BA
Text Example
Text Example
White with #FA93BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA93BA; }
p { color: rgb(250,147,186); }
H1.HeaderClassName
{
color: #FA93BA;
}
.AnyTagClassName
{
color: #FA93BA;
}
</style>
background-color css
<style>
a { background-color: #FA93BA; }
a { background-color: rgb(250,147,186); }
div.DivClassName
{
background-color: #FA93BA;
}
.BgClassName
{
background-color: #FA93BA;
}
</style>
border-color css
<style>
span { border-color: #FA93BA; }
span { border-color: rgb(250,147,186); }
td.TdClassName
{
border-color: #FA93BA;
}
.TagClassName
{
border-color: #FA93BA;
}
</style>