#FA93BB

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

Shades of Illusion #FA93BB

Tints of Illusion #FA93BB

Color information

#FA93BB (or 0xFA93BB) is unknown color: approx Illusion. HEX triplet: FA, 93 and BB. RGB value is (250,147,187). Sum of RGB (Red+Green+Blue) = 250+147+187=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA93BB is #056C44. Grayscale: #B6B6B6. Windows color (decimal): -355397 or 12293114. OLE color: 12293114.

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

Color convert

RGB250147187-
CMYK00.410.250.02
HSL336.7º91.15%77.84%-
HSV(B)336.7º41.2%98.04%-
XYZ58.8344.7852.56-
YUV182.36130.62176.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 147 (57.81% from 255) = 25.17%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=42.81%
G=25.17%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014718700.410.250.02336.791.1577.84
HexFA93BB0291921515b4e
Octal372223273051312521133116
Binary1111101010010011101110110101001110011010101000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA93BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA93BB; }

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

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

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

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

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

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

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

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