Pale pink to RGB — Color Code

RGB

rgb(255, 207, 220)

Format Value
HEX #ffcfdc
RGB rgb(255, 207, 220)
HSL hsl(343.7, 100%, 90.6%)
CMYK cmyk(0%, 18.8%, 13.7%, 0%)

What is the RGB code for pale pink?

The CSS color pale pink in RGB format is rgb(255, 207, 220). Use this value directly in CSS, SVG, and most design tools.

How do I use pale pink in CSS?

To apply pale pink in CSS:

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

What are all the color format values for pale pink?

FormatValue
HEX#ffcfdc
RGBrgb(255, 207, 220)
HSLhsl(343.7, 100%, 90.6%)
CMYKcmyk(0%, 18.8%, 13.7%, 0%)

How do I convert pale pink to RGB?

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

What color family does pale pink belong to?

pale pink belongs to the near-white color family. It is a light, vivid color with HSL values: hue 343.7°, saturation 100%, lightness 90.6%.

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

Lighter variant (lightness 95%): #ffe5ec. Darker variant (lightness 75.6%): #ff83a4. 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.