#FB9971

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

Shades of Light Salmon #FB9971

Tints of Light Salmon #FB9971

Color information

#FB9971 (or 0xFB9971) is unknown color: approx Light Salmon. HEX triplet: FB, 99 and 71. RGB value is (251,153,113). Sum of RGB (Red+Green+Blue) = 251+153+113=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9971 is #04668E. Grayscale: #B2B2B2. Windows color (decimal): -288399 or 7444987. OLE color: 7444987.

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

Color convert

RGB251153113-
CMYK00.390.550.02
HSL17.39º94.52%71.37%-
HSV(B)17.39º54.98%98.43%-
XYZ54.1644.4821.35-
YUV177.7491.47180.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.55%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 113 (44.53% from 255) = 21.86%
R=48.55%
G=29.59%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115311300.390.550.0217.3994.5271.37
HexFB9971027372115f47
Octal37323116104767221137107
Binary111110111001100111100010100111110111101000110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9971; }

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

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

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

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

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

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

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

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