#FA96AD

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

Shades of Illusion #FA96AD

Tints of Illusion #FA96AD

Color information

#FA96AD (or 0xFA96AD) is unknown color: approx Illusion. HEX triplet: FA, 96 and AD. RGB value is (250,150,173). Sum of RGB (Red+Green+Blue) = 250+150+173=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA96AD is #056952. Grayscale: #B6B6B6. Windows color (decimal): -354643 or 11376378. OLE color: 11376378.

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

Color convert

RGB250150173-
CMYK00.40.310.02
HSL346.2º90.91%78.43%-
HSV(B)346.2º40%98.04%-
XYZ57.8745.1545.2-
YUV182.52122.63176.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 150 (58.98% from 255) = 26.18%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=43.63%
G=26.18%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015017300.40.310.02346.290.9178.43
HexFA96AD0281F215a5b4e
Octal372226255050372532133116
Binary1111101010010110101011010101000111111010101101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96AD; }

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

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

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

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

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

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

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

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