#FB9975

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

Shades of Light Salmon #FB9975

Tints of Light Salmon #FB9975

Color information

#FB9975 (or 0xFB9975) is unknown color: approx Light Salmon. HEX triplet: FB, 99 and 75. RGB value is (251,153,117). Sum of RGB (Red+Green+Blue) = 251+153+117=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9975 is #04668A. Grayscale: #B2B2B2. Windows color (decimal): -288395 or 7707131. OLE color: 7707131.

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

Color convert

RGB251153117-
CMYK00.390.530.02
HSL16.12º94.37%72.16%-
HSV(B)16.12º53.39%98.43%-
XYZ54.3944.5822.57-
YUV178.293.47179.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.18%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=48.18%
G=29.37%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115311700.390.530.0216.1294.3772.16
HexFB9975027352105e48
Octal37323116504765220136110
Binary111110111001100111101010100111110101101000010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9975; }

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

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

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

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

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

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

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

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