What is the RGB code for light salmon?
The CSS color light salmon in RGB format is rgb(254, 169, 147). 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: rgb(254, 169, 147);
- Background: background-color: rgb(254, 169, 147);
- Border: border-color: rgb(254, 169, 147);
What are all the color format values for light salmon?
| 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%) |
How do I convert light salmon to RGB?
Select light salmon from the color name list in our color converter. The RGB value — rgb(254, 169, 147) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.