#FA9BB5

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

Shades of Illusion #FA9BB5

Tints of Illusion #FA9BB5

Color information

#FA9BB5 (or 0xFA9BB5) is unknown color: approx Illusion. HEX triplet: FA, 9B and B5. RGB value is (250,155,181). Sum of RGB (Red+Green+Blue) = 250+155+181=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9BB5 is #05644A. Grayscale: #BABABA. Windows color (decimal): -353355 or 11901946. OLE color: 11901946.

HSL color Cylindrical-coordinate representation of color #FA9BB5: hue angle of 343.58º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9BB5 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB250155181-
CMYK00.380.280.02
HSL343.58º90.48%79.41%-
HSV(B)343.58º38%98.04%-
XYZ59.4947.149.67-
YUV186.37124.97173.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 155 (60.94% from 255) = 26.45%
BLUE value IS 181 (71.09% from 255) = 30.89%
R=42.66%
G=26.45%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015518100.380.280.02343.5890.4879.41
HexFA9BB50261C21585a4f
Octal372233265046342530132117
Binary1111101010011011101101010100110111001010101100010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9BB5; }

 p { color: rgb(250,155,181); }

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

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

 a { background-color: rgb(250,155,181); }

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

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

 span { border-color: rgb(250,155,181); }

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