#FA9EB2

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

Shades of Illusion #FA9EB2

Tints of Illusion #FA9EB2

Color information

#FA9EB2 (or 0xFA9EB2) is unknown color: approx Illusion. HEX triplet: FA, 9E and B2. RGB value is (250,158,178). Sum of RGB (Red+Green+Blue) = 250+158+178=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9EB2 is #05614D. Grayscale: #BBBBBB. Windows color (decimal): -352590 or 11706106. OLE color: 11706106.

HSL color Cylindrical-coordinate representation of color #FA9EB2: hue angle of 346.96º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9EB2 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB250158178-
CMYK00.370.290.02
HSL346.96º90.2%80%-
HSV(B)346.96º36.8%98.04%-
XYZ59.6947.9948.24-
YUV187.79122.48172.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 158 (62.11% from 255) = 26.96%
BLUE value IS 178 (69.92% from 255) = 30.38%
R=42.66%
G=26.96%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015817800.370.290.02346.9690.280
HexFA9EB20251D215b5a50
Octal372236262045352533132120
Binary1111101010011110101100100100101111011010101101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9EB2; }

 p { color: rgb(250,158,178); }

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

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

 a { background-color: rgb(250,158,178); }

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

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

 span { border-color: rgb(250,158,178); }

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