#FA91B8

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

Shades of Illusion #FA91B8

Tints of Illusion #FA91B8

Color information

#FA91B8 (or 0xFA91B8) is unknown color: approx Illusion. HEX triplet: FA, 91 and B8. RGB value is (250,145,184). Sum of RGB (Red+Green+Blue) = 250+145+184=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91B8 is #056E47. Grayscale: #B4B4B4. Windows color (decimal): -355912 or 12095994. OLE color: 12095994.

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

Color convert

RGB250145184-
CMYK00.420.260.02
HSL337.71º91.3%77.45%-
HSV(B)337.71º42%98.04%-
XYZ58.244.0450.78-
YUV180.84129.79177.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 145 (57.03% from 255) = 25.04%
BLUE value IS 184 (72.27% from 255) = 31.78%
R=43.18%
G=25.04%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014518400.420.260.02337.7191.377.45
HexFA91B802A1A21525b4d
Octal372221270052322522133115
Binary1111101010010001101110000101010110101010101001010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA91B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA91B8; }

 p { color: rgb(250,145,184); }

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

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

 a { background-color: rgb(250,145,184); }

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

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

 span { border-color: rgb(250,145,184); }

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