#FA93B3

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

Shades of Illusion #FA93B3

Tints of Illusion #FA93B3

Color information

#FA93B3 (or 0xFA93B3) is unknown color: approx Illusion. HEX triplet: FA, 93 and B3. RGB value is (250,147,179). Sum of RGB (Red+Green+Blue) = 250+147+179=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA93B3 is #056C4C. Grayscale: #B5B5B5. Windows color (decimal): -355405 or 11768826. OLE color: 11768826.

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

Color convert

RGB250147179-
CMYK00.410.280.02
HSL341.36º91.15%77.84%-
HSV(B)341.36º41.2%98.04%-
XYZ57.9944.4548.17-
YUV181.44126.62176.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 147 (57.81% from 255) = 25.52%
BLUE value IS 179 (70.31% from 255) = 31.08%
R=43.40%
G=25.52%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014717900.410.280.02341.3691.1577.84
HexFA93B30291C21555b4e
Octal372223263051342525133116
Binary1111101010010011101100110101001111001010101010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA93B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA93B3; }

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

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

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

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

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

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

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

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