Pale peach to RGB — Color Code

RGB

rgb(255, 229, 173)

Format Value
HEX #ffe5ad
RGB rgb(255, 229, 173)
HSL hsl(41, 100%, 83.9%)
CMYK cmyk(0%, 10.2%, 32.2%, 0%)

What is the RGB code for pale peach?

The CSS color pale peach in RGB format is rgb(255, 229, 173). Use this value directly in CSS, SVG, and most design tools.

How do I use pale peach in CSS?

To apply pale peach in CSS:

  • Text color: color: rgb(255, 229, 173);
  • Background: background-color: rgb(255, 229, 173);
  • Border: border-color: rgb(255, 229, 173);

What are all the color format values for pale peach?

FormatValue
HEX#ffe5ad
RGBrgb(255, 229, 173)
HSLhsl(41, 100%, 83.9%)
CMYKcmyk(0%, 10.2%, 32.2%, 0%)

How do I convert pale peach to RGB?

Select pale peach from the color name list in our color converter. The RGB value — rgb(255, 229, 173) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does pale peach belong to?

pale peach belongs to the orange color family. It is a light, vivid color with HSL values: hue 41°, saturation 100%, lightness 83.9%.

How do I create lighter and darker shades of pale peach?

Lighter variant (lightness 95%): #fff7e5. Darker variant (lightness 68.9%): #ffcd60. 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.