#FA96BB

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

Shades of Illusion #FA96BB

Tints of Illusion #FA96BB

Color information

#FA96BB (or 0xFA96BB) is unknown color: approx Illusion. HEX triplet: FA, 96 and BB. RGB value is (250,150,187). Sum of RGB (Red+Green+Blue) = 250+150+187=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96BB is #056944. Grayscale: #B8B8B8. Windows color (decimal): -354629 or 12293882. OLE color: 12293882.

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

Color convert

RGB250150187-
CMYK00.40.250.02
HSL337.8º90.91%78.43%-
HSV(B)337.8º40%98.04%-
XYZ59.345.7252.71-
YUV184.12129.63174.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.59%
GREEN value IS 150 (58.98% from 255) = 25.55%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=42.59%
G=25.55%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015018700.40.250.02337.890.9178.43
HexFA96BB0281921525b4e
Octal372226273050312522133116
Binary1111101010010110101110110101000110011010101001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96BB; }

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

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

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

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

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

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

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

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