#FA9DAE

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

Shades of Illusion #FA9DAE

Tints of Illusion #FA9DAE

Color information

#FA9DAE (or 0xFA9DAE) is unknown color: approx Illusion. HEX triplet: FA, 9D and AE. RGB value is (250,157,174). Sum of RGB (Red+Green+Blue) = 250+157+174=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9DAE is #056251. Grayscale: #BABABA. Windows color (decimal): -352850 or 11443706. OLE color: 11443706.

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

Color convert

RGB250157174-
CMYK00.370.300.02
HSL349.03º90.29%79.8%-
HSV(B)349.03º37.2%98.04%-
XYZ59.1247.4946.1-
YUV186.74120.81173.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 157 (61.72% from 255) = 27.02%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=43.03%
G=27.02%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015717400.370.300.02349.0390.2979.8
HexFA9DAE0251E215d5a50
Octal372235256045362535132120
Binary1111101010011101101011100100101111101010101110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DAE; }

 p { color: rgb(250,157,174); }

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

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

 a { background-color: rgb(250,157,174); }

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

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

 span { border-color: rgb(250,157,174); }

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