#FA8EB2

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

Shades of Illusion #FA8EB2

Tints of Illusion #FA8EB2

Color information

#FA8EB2 (or 0xFA8EB2) is unknown color: approx Illusion. HEX triplet: FA, 8E and B2. RGB value is (250,142,178). Sum of RGB (Red+Green+Blue) = 250+142+178=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8EB2 is #05714D. Grayscale: #B2B2B2. Windows color (decimal): -356686 or 11702010. OLE color: 11702010.

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

Color convert

RGB250142178-
CMYK00.430.290.02
HSL340º91.53%76.86%-
HSV(B)340º43.2%98.04%-
XYZ57.1342.8847.39-
YUV178.4127.78179.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.86%
GREEN value IS 142 (55.86% from 255) = 24.91%
BLUE value IS 178 (69.92% from 255) = 31.23%
R=43.86%
G=24.91%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014217800.430.290.0234091.5376.86
HexFA8EB202B1D21545c4d
Octal372216262053352524134115
Binary1111101010001110101100100101011111011010101010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8EB2; }

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

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

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

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

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

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

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

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