#FA96B9

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

Shades of Illusion #FA96B9

Tints of Illusion #FA96B9

Color information

#FA96B9 (or 0xFA96B9) is unknown color: approx Illusion. HEX triplet: FA, 96 and B9. RGB value is (250,150,185). Sum of RGB (Red+Green+Blue) = 250+150+185=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96B9 is #056946. Grayscale: #B7B7B7. Windows color (decimal): -354631 or 12162810. OLE color: 12162810.

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

Color convert

RGB250150185-
CMYK00.40.260.02
HSL339º90.91%78.43%-
HSV(B)339º40%98.04%-
XYZ59.0945.6451.59-
YUV183.89128.63175.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 150 (58.98% from 255) = 25.64%
BLUE value IS 185 (72.66% from 255) = 31.62%
R=42.74%
G=25.64%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015018500.40.260.0233990.9178.43
HexFA96B90281A21535b4e
Octal372226271050322523133116
Binary1111101010010110101110010101000110101010101001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96B9; }

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

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

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

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

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

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

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

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