Light salmon to HEX — Color Code

HEX

#fea993

Format Value
HEX #fea993
RGB rgb(254, 169, 147)
HSL hsl(12.3, 98.2%, 78.6%)
CMYK cmyk(0%, 33.5%, 42.1%, 0.4%)

What is the HEX code for light salmon?

The CSS color light salmon in HEX format is #fea993. Use this value directly in CSS, SVG, and most design tools.

How do I use light salmon in CSS?

To apply light salmon in CSS:

  • Text color: color: #fea993;
  • Background: background-color: #fea993;
  • Border: border-color: #fea993;

What are all the color format values for light salmon?

FormatValue
HEX#fea993
RGBrgb(254, 169, 147)
HSLhsl(12.3, 98.2%, 78.6%)
CMYKcmyk(0%, 33.5%, 42.1%, 0.4%)

How do I convert light salmon to HEX?

Select light salmon from the color name list in our color converter. The HEX value — #fea993 — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does light salmon belong to?

light salmon belongs to the red color family. It is a light, vivid color with HSL values: hue 12.3°, saturation 98.2%, lightness 78.6%.

How do I create lighter and darker shades of light salmon?

Lighter variant (lightness 93.6%): #ffe5df. Darker variant (lightness 63.599999999999994%): #fd6c47. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HEX used for?

HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.