#FA8EB1

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

Shades of Illusion #FA8EB1

Tints of Illusion #FA8EB1

Color information

#FA8EB1 (or 0xFA8EB1) is unknown color: approx Illusion. HEX triplet: FA, 8E and B1. RGB value is (250,142,177). Sum of RGB (Red+Green+Blue) = 250+142+177=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8EB1 is #05714E. Grayscale: #B2B2B2. Windows color (decimal): -356687 or 11636474. OLE color: 11636474.

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

Color convert

RGB250142177-
CMYK00.430.290.02
HSL340.56º91.53%76.86%-
HSV(B)340.56º43.2%98.04%-
XYZ57.0342.8446.86-
YUV178.28127.28179.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 142 (55.86% from 255) = 24.96%
BLUE value IS 177 (69.53% from 255) = 31.11%
R=43.94%
G=24.96%
B=31.11%

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
Decimal25014217700.430.290.02340.5691.5376.86
HexFA8EB102B1D21555c4d
Octal372216261053352525134115
Binary1111101010001110101100010101011111011010101010110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8EB1; }

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

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

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

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

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

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

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

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