#FA95B6

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

Shades of Illusion #FA95B6

Tints of Illusion #FA95B6

Color information

#FA95B6 (or 0xFA95B6) is unknown color: approx Illusion. HEX triplet: FA, 95 and B6. RGB value is (250,149,182). Sum of RGB (Red+Green+Blue) = 250+149+182=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA95B6 is #056A49. Grayscale: #B6B6B6. Windows color (decimal): -354890 or 11965946. OLE color: 11965946.

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

Color convert

RGB250149182-
CMYK00.400.270.02
HSL340.4º90.99%78.24%-
HSV(B)340.4º40.4%98.04%-
XYZ58.6245.249.89-
YUV182.96127.46175.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 149 (58.59% from 255) = 25.65%
BLUE value IS 182 (71.48% from 255) = 31.33%
R=43.03%
G=25.65%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014918200.400.270.02340.490.9978.24
HexFA95B60281B21545b4e
Octal372225266050332524133116
Binary1111101010010101101101100101000110111010101010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA95B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA95B6; }

 p { color: rgb(250,149,182); }

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

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

 a { background-color: rgb(250,149,182); }

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

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

 span { border-color: rgb(250,149,182); }

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