#FB896F

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

Shades of Salmon #FB896F

Tints of Salmon #FB896F

Color information

#FB896F (or 0xFB896F) is unknown color: approx Salmon. HEX triplet: FB, 89 and 6F. RGB value is (251,137,111). Sum of RGB (Red+Green+Blue) = 251+137+111=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB896F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB896F is #047690. Grayscale: #A8A8A8. Windows color (decimal): -292497 or 7309819. OLE color: 7309819.

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

Color convert

RGB251137111-
CMYK00.450.560.02
HSL11.14º94.59%70.98%-
HSV(B)11.14º55.78%98.43%-
XYZ51.639.5519.95-
YUV168.1295.77187.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.30%
GREEN value IS 137 (53.91% from 255) = 27.45%
BLUE value IS 111 (43.75% from 255) = 22.24%
R=50.30%
G=27.45%
B=22.24%

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
Decimal25113711100.450.560.0211.1494.5970.98
HexFB896F02D382b5f47
Octal37321115705570213137107
Binary11111011100010011101111010110111100010101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB896F; }

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

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

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

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

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

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

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

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