Beige to RGB — Color Code

RGB

rgb(245, 245, 220)

Format Value
HEX #f5f5dc
RGB rgb(245, 245, 220)
HSL hsl(60, 55.6%, 91.2%)
CMYK cmyk(0%, 0%, 10.2%, 3.9%)

Related calculators

What is the RGB code for beige?

The CSS color beige in RGB format is rgb(245, 245, 220). Use this value directly in CSS, SVG, and most design tools.

How do I use beige in CSS?

To apply beige in CSS:

  • Text color: color: rgb(245, 245, 220);
  • Background: background-color: rgb(245, 245, 220);
  • Border: border-color: rgb(245, 245, 220);

What are all the color format values for beige?

FormatValue
HEX#f5f5dc
RGBrgb(245, 245, 220)
HSLhsl(60, 55.6%, 91.2%)
CMYKcmyk(0%, 0%, 10.2%, 3.9%)

How do I convert beige to RGB?

Select beige from the color name list in our color converter. The RGB value — rgb(245, 245, 220) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does beige belong to?

beige belongs to the near-white color family. It is a light, moderately saturated color with HSL values: hue 60°, saturation 55.6%, lightness 91.2%.

How do I create lighter and darker shades of beige?

Lighter variant (lightness 95%): #f9f9eb. Darker variant (lightness 76.2%): #e4e4a1. 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.