#FA96AE

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

Shades of Illusion #FA96AE

Tints of Illusion #FA96AE

Color information

#FA96AE (or 0xFA96AE) is unknown color: approx Illusion. HEX triplet: FA, 96 and AE. RGB value is (250,150,174). Sum of RGB (Red+Green+Blue) = 250+150+174=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA96AE is #056951. Grayscale: #B6B6B6. Windows color (decimal): -354642 or 11441914. OLE color: 11441914.

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

Color convert

RGB250150174-
CMYK00.40.300.02
HSL345.6º90.91%78.43%-
HSV(B)345.6º40%98.04%-
XYZ57.9745.1945.71-
YUV182.64123.13176.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 150 (58.98% from 255) = 26.13%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=43.55%
G=26.13%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015017400.40.300.02345.690.9178.43
HexFA96AE0281E215a5b4e
Octal372226256050362532133116
Binary1111101010010110101011100101000111101010101101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96AE; }

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

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

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

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

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

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

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

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