#FA9EB6

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

Shades of Illusion #FA9EB6

Tints of Illusion #FA9EB6

Color information

#FA9EB6 (or 0xFA9EB6) is unknown color: approx Illusion. HEX triplet: FA, 9E and B6. RGB value is (250,158,182). Sum of RGB (Red+Green+Blue) = 250+158+182=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9EB6 is #056149. Grayscale: #BCBCBC. Windows color (decimal): -352586 or 11968250. OLE color: 11968250.

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

Color convert

RGB250158182-
CMYK00.370.270.02
HSL344.35º90.2%80%-
HSV(B)344.35º36.8%98.04%-
XYZ60.0948.1650.38-
YUV188.24124.48172.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 158 (62.11% from 255) = 26.78%
BLUE value IS 182 (71.48% from 255) = 30.85%
R=42.37%
G=26.78%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015818200.370.270.02344.3590.280
HexFA9EB60251B21585a50
Octal372236266045332530132120
Binary1111101010011110101101100100101110111010101100010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9EB6; }

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

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

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

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

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

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

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

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