What is the RGB code for pastel yellow?
The CSS color pastel yellow in RGB format is rgb(255, 254, 113). Use this value directly in CSS, SVG, and most design tools.
How do I use pastel yellow in CSS?
To apply pastel yellow in CSS:
- Text color: color: rgb(255, 254, 113);
- Background: background-color: rgb(255, 254, 113);
- Border: border-color: rgb(255, 254, 113);
What are all the color format values for pastel yellow?
| Format | Value |
|---|---|
| HEX | #fffe71 |
| RGB | rgb(255, 254, 113) |
| HSL | hsl(59.6, 100%, 72.2%) |
| CMYK | cmyk(0%, 0.4%, 55.7%, 0%) |
How do I convert pastel yellow to RGB?
Select pastel yellow from the color name list in our color converter. The RGB value — rgb(255, 254, 113) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pastel yellow belong to?
pastel yellow belongs to the yellow color family. It is a light, vivid color with HSL values: hue 59.6°, saturation 100%, lightness 72.2%.
How do I create lighter and darker shades of pastel yellow?
Lighter variant (lightness 87.2%): #ffffbe. Darker variant (lightness 57.2%): #fffe25. 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.