#FBAB89

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

Shades of Light Salmon #FBAB89

Tints of Light Salmon #FBAB89

Color information

#FBAB89 (or 0xFBAB89) is unknown color: approx Light Salmon. HEX triplet: FB, AB and 89. RGB value is (251,171,137). Sum of RGB (Red+Green+Blue) = 251+171+137=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 137 (53.91% from 255 or 24.51% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB89 is #045476. Grayscale: #BFBFBF. Windows color (decimal): -283767 or 9022459. OLE color: 9022459.

HSL color Cylindrical-coordinate representation of color #FBAB89: hue angle of 17.89º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBAB89 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB251171137-
CMYK00.320.450.02
HSL17.89º93.44%76.08%-
HSV(B)17.89º45.42%98.43%-
XYZ58.8651.4430.49-
YUV191.0497.5170.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.90%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 137 (53.91% from 255) = 24.51%
R=44.90%
G=30.59%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117113700.320.450.0217.8993.4476.08
HexFBAB890202D2125d4c
Octal37325321104055222135114
Binary1111101110101011100010010100000101101101001010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAB89; }

 p { color: rgb(251,171,137); }

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

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

 a { background-color: rgb(251,171,137); }

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

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

 span { border-color: rgb(251,171,137); }

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