Pale rose to RGB — Color Code

#fdc1c5
Format Value
HEX #fdc1c5
RGB rgb(253, 193, 197)
HSL hsl(356, 93.8%, 87.5%)
CMYK cmyk(0%, 23.7%, 22.1%, 0.8%)
HSV hsv(356, 23.7%, 99.2%)

pale rose color harmonies

Tints & shades of pale rose

Tints (lighter)

#fdc7ca #fdccd0 #fed2d5 #fed8da #fedddf #fee3e5 #fee8ea #feeeef #fff4f4 #fff9fa

Shades (darker)

#e6afb3 #cf9ea1 #b88c8f #a17b7d #8a696b #73585a #5c4648 #453536 #2e2324 #171212

Contrast & accessibility

The quick brown fox

On white · 1.54:1 · Fail

The quick brown fox

On black · 13.61:1 · AAA

Recommended text color: #000000

Use pale rose in code

CSS color: #fdc1c5;
SCSS $color: #fdc1c5;
Tailwind bg-[#fdc1c5]
Swift UIColor(red: 0.992, green: 0.757, blue: 0.773, alpha: 1)
Android Color.parseColor("#fdc1c5")
Flutter Color(0xFFFDC1C5)

Colors similar to pale rose

Browse all Red colors →

What is the RGB code for pale rose?

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

How do I use pale rose in CSS?

To apply pale rose in CSS:

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

What are all the color format values for pale rose?

FormatValue
HEX#fdc1c5
RGBrgb(253, 193, 197)
HSLhsl(356, 93.8%, 87.5%)
CMYKcmyk(0%, 23.7%, 22.1%, 0.8%)

How do I convert pale rose to RGB?

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

What color family does pale rose belong to?

pale rose belongs to the red color family. It is a light, vivid color with HSL values: hue 356°, saturation 93.8%, lightness 87.5%.

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

Lighter variant (lightness 95%): #fee6e8. Darker variant (lightness 72.5%): #fb7780. 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.