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?
| 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%) |
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.