Pale grey to RGB — Color Code

RGB

rgb(253, 253, 254)

Format Value
HEX #fdfdfe
RGB rgb(253, 253, 254)
HSL hsl(240, 33.3%, 99.4%)
CMYK cmyk(0.4%, 0.4%, 0%, 0.4%)

What is the RGB code for pale grey?

The CSS color pale grey in RGB format is rgb(253, 253, 254). Use this value directly in CSS, SVG, and most design tools.

How do I use pale grey in CSS?

To apply pale grey in CSS:

  • Text color: color: rgb(253, 253, 254);
  • Background: background-color: rgb(253, 253, 254);
  • Border: border-color: rgb(253, 253, 254);

What are all the color format values for pale grey?

FormatValue
HEX#fdfdfe
RGBrgb(253, 253, 254)
HSLhsl(240, 33.3%, 99.4%)
CMYKcmyk(0.4%, 0.4%, 0%, 0.4%)

How do I convert pale grey to RGB?

Select pale grey from the color name list in our color converter. The RGB value — rgb(253, 253, 254) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does pale grey belong to?

pale grey belongs to the near-white color family. It is a light, moderately saturated color with HSL values: hue 240°, saturation 33.3%, lightness 99.4%.

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

Lighter variant (lightness 95%): #eeeef6. Darker variant (lightness 84.4%): #cacae4. 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.