#FB9775

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

Shades of Light Salmon #FB9775

Tints of Light Salmon #FB9775

Color information

#FB9775 (or 0xFB9775) is unknown color: approx Light Salmon. HEX triplet: FB, 97 and 75. RGB value is (251,151,117). Sum of RGB (Red+Green+Blue) = 251+151+117=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9775 is #04688A. Grayscale: #B1B1B1. Windows color (decimal): -288907 or 7706619. OLE color: 7706619.

HSL color Cylindrical-coordinate representation of color #FB9775: hue angle of 15.22º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB9775 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB251151117-
CMYK00.400.530.02
HSL15.22º94.37%72.16%-
HSV(B)15.22º53.39%98.43%-
XYZ54.0643.9322.46-
YUV177.0294.13180.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.36%
GREEN value IS 151 (59.38% from 255) = 29.09%
BLUE value IS 117 (46.09% from 255) = 22.54%
R=48.36%
G=29.09%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115111700.400.530.0215.2294.3772.16
HexFB9775028352f5e48
Octal37322716505065217136110
Binary11111011100101111110101010100011010110111110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9775; }

 p { color: rgb(251,151,117); }

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

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

 a { background-color: rgb(251,151,117); }

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

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

 span { border-color: rgb(251,151,117); }

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