#FA9EAD

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

Shades of Illusion #FA9EAD

Tints of Illusion #FA9EAD

Color information

#FA9EAD (or 0xFA9EAD) is unknown color: approx Illusion. HEX triplet: FA, 9E and AD. RGB value is (250,158,173). Sum of RGB (Red+Green+Blue) = 250+158+173=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9EAD is #056152. Grayscale: #BBBBBB. Windows color (decimal): -352595 or 11378426. OLE color: 11378426.

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

Color convert

RGB250158173-
CMYK00.370.310.02
HSL350.22º90.2%80%-
HSV(B)350.22º36.8%98.04%-
XYZ59.1947.7945.64-
YUV187.22119.98172.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 158 (62.11% from 255) = 27.19%
BLUE value IS 173 (67.97% from 255) = 29.78%
R=43.03%
G=27.19%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015817300.370.310.02350.2290.280
HexFA9EAD0251F215e5a50
Octal372236255045372536132120
Binary1111101010011110101011010100101111111010101111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9EAD; }

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

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

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

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

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

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

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

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