#FB896E

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

Shades of Salmon #FB896E

Tints of Salmon #FB896E

Color information

#FB896E (or 0xFB896E) is unknown color: approx Salmon. HEX triplet: FB, 89 and 6E. RGB value is (251,137,110). Sum of RGB (Red+Green+Blue) = 251+137+110=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB896E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB896E is #047691. Grayscale: #A8A8A8. Windows color (decimal): -292498 or 7244283. OLE color: 7244283.

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

Color convert

RGB251137110-
CMYK00.450.560.02
HSL11.49º94.63%70.78%-
HSV(B)11.49º56.18%98.43%-
XYZ51.5439.5319.66-
YUV168.0195.27187.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.40%
GREEN value IS 137 (53.91% from 255) = 27.51%
BLUE value IS 110 (43.36% from 255) = 22.09%
R=50.40%
G=27.51%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113711000.450.560.0211.4994.6370.78
HexFB896E02D382b5f47
Octal37321115605570213137107
Binary11111011100010011101110010110111100010101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB896E; }

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

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

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

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

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

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

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

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