#FA93BA

Color #FA93BA Illusion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Illusion #FA93BA

Tints of Illusion #FA93BA

Color information

#FA93BA (or 0xFA93BA) is unknown color: approx 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

RGB250147186-
CMYK00.410.260.02
HSL337.28º91.15%77.84%-
HSV(B)337.28º41.2%98.04%-
XYZ58.7244.7451.99-
YUV182.24130.12176.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 42.88%
GREEN value IS 147 (57.81% from 255) = 25.21%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=42.88%
G=25.21%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014718600.410.260.02337.2891.1577.84
HexFA93BA0291A21515b4e
Octal372223272051322521133116
Binary1111101010010011101110100101001110101010101000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA93BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>