#FA9BAB

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

Shades of Illusion #FA9BAB

Tints of Illusion #FA9BAB

Color information

#FA9BAB (or 0xFA9BAB) is unknown color: approx Illusion. HEX triplet: FA, 9B and AB. RGB value is (250,155,171). Sum of RGB (Red+Green+Blue) = 250+155+171=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9BAB is #056454. Grayscale: #B9B9B9. Windows color (decimal): -353365 or 11246586. OLE color: 11246586.

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

Color convert

RGB250155171-
CMYK00.380.320.02
HSL349.89º90.48%79.41%-
HSV(B)349.89º38%98.04%-
XYZ58.546.7144.46-
YUV185.23119.97174.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 155 (60.94% from 255) = 26.91%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=43.40%
G=26.91%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015517100.380.320.02349.8990.4879.41
HexFA9BAB02620215e5a4f
Octal372233253046402536132117
Binary11111010100110111010101101001101000001010101111010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9BAB; }

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

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

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

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

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

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

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

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