What is the CMYK code for beige?
The CSS color beige in CMYK format is cmyk(0%, 0%, 10.2%, 3.9%). Use this value directly in CSS, SVG, and most design tools.
How do I use beige in CSS?
To apply beige in CSS:
- Text color: color: cmyk(0%, 0%, 10.2%, 3.9%);
- Background: background-color: cmyk(0%, 0%, 10.2%, 3.9%);
- Border: border-color: cmyk(0%, 0%, 10.2%, 3.9%);
What are all the color format values for beige?
| Format | Value |
|---|---|
| HEX | #f5f5dc |
| RGB | rgb(245, 245, 220) |
| HSL | hsl(60, 55.6%, 91.2%) |
| CMYK | cmyk(0%, 0%, 10.2%, 3.9%) |
How do I convert beige to CMYK?
Select beige from the color name list in our color converter. The CMYK value — cmyk(0%, 0%, 10.2%, 3.9%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does beige belong to?
beige belongs to the near-white color family. It is a light, moderately saturated color with HSL values: hue 60°, saturation 55.6%, lightness 91.2%.
How do I create lighter and darker shades of beige?
Lighter variant (lightness 95%): #f9f9eb. Darker variant (lightness 76.2%): #e4e4a1. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.