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