#FA9CAE

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

Shades of Illusion #FA9CAE

Tints of Illusion #FA9CAE

Color information

#FA9CAE (or 0xFA9CAE) is unknown color: approx Illusion. HEX triplet: FA, 9C and AE. RGB value is (250,156,174). Sum of RGB (Red+Green+Blue) = 250+156+174=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9CAE is #056351. Grayscale: #BABABA. Windows color (decimal): -353106 or 11443450. OLE color: 11443450.

HSL color Cylindrical-coordinate representation of color #FA9CAE: hue angle of 348.51º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9CAE is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250156174-
CMYK00.380.300.02
HSL348.51º90.38%79.61%-
HSV(B)348.51º37.6%98.04%-
XYZ58.9547.1646.04-
YUV186.16121.14173.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.10%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 174 (68.36% from 255) = 30%
R=43.10%
G=26.90%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015617400.380.300.02348.5190.3879.61
HexFA9CAE0261E215d5a50
Octal372234256046362535132120
Binary1111101010011100101011100100110111101010101110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9CAE; }

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

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

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

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

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

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

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

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