What is the RGB code for parchment?
The CSS color parchment in RGB format is rgb(254, 252, 175). Use this value directly in CSS, SVG, and most design tools.
How do I use parchment in CSS?
To apply parchment in CSS:
- Text color: color: rgb(254, 252, 175);
- Background: background-color: rgb(254, 252, 175);
- Border: border-color: rgb(254, 252, 175);
What are all the color format values for parchment?
| Format | Value |
|---|---|
| HEX | #fefcaf |
| RGB | rgb(254, 252, 175) |
| HSL | hsl(58.5, 97.5%, 84.1%) |
| CMYK | cmyk(0%, 0.8%, 31.1%, 0.4%) |
How do I convert parchment to RGB?
Select parchment from the color name list in our color converter. The RGB value — rgb(254, 252, 175) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does parchment belong to?
parchment belongs to the yellow color family. It is a light, vivid color with HSL values: hue 58.5°, saturation 97.5%, lightness 84.1%.
How do I create lighter and darker shades of parchment?
Lighter variant (lightness 95%): #fffee6. Darker variant (lightness 69.1%): #fdf963. 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.