#FA93B6

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

Shades of Illusion #FA93B6

Tints of Illusion #FA93B6

Color information

#FA93B6 (or 0xFA93B6) is unknown color: approx Illusion. HEX triplet: FA, 93 and B6. RGB value is (250,147,182). Sum of RGB (Red+Green+Blue) = 250+147+182=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA93B6 is #056C49. Grayscale: #B5B5B5. Windows color (decimal): -355402 or 11965434. OLE color: 11965434.

HSL color Cylindrical-coordinate representation of color #FA93B6: hue angle of 339.61º 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 #FA93B6 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB250147182-
CMYK00.410.270.02
HSL339.61º91.15%77.84%-
HSV(B)339.61º41.2%98.04%-
XYZ58.344.5749.79-
YUV181.79128.12176.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 147 (57.81% from 255) = 25.39%
BLUE value IS 182 (71.48% from 255) = 31.43%
R=43.18%
G=25.39%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014718200.410.270.02339.6191.1577.84
HexFA93B60291B21545b4e
Octal372223266051332524133116
Binary1111101010010011101101100101001110111010101010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA93B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA93B6; }

 p { color: rgb(250,147,182); }

 H1.HeaderClassName
 {
   color: #FA93B6;
 }
 .AnyTagClassName
 {
   color: #FA93B6;
 }
</style>
background-color css

<style>
 a { background-color: #FA93B6; }

 a { background-color: rgb(250,147,182); }

 div.DivClassName
 {
   background-color: #FA93B6;
 }
 .BgClassName
 {
   background-color: #FA93B6;
 }
</style>
border-color css

<style>
 span { border-color: #FA93B6; }

 span { border-color: rgb(250,147,182); }

 td.TdClassName
 {
   border-color: #FA93B6;
 }
 .TagClassName
 {
   border-color: #FA93B6;
 }
</style>