Color #F5F5DC
#F5F5DCrgb(245, 245, 220)
Color Codes
HEX#F5F5DC
RGBrgb(245, 245, 220)
HSLhsl(60°, 56%, 91%)
CMYKcmyk(0%, 0%, 10%, 4%)
CIELABLab(95.9, -4.2, 12)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #F5F5DC;color: #F5F5DC;border: 2px solid #F5F5DC;background: linear-gradient(135deg, #F5F5DC, #dcdcf5);Code Export
css
:root {
--color-primary: #f5f5dc;
--color-primary-rgb: 245, 245, 220;
--color-primary-hsl: 60, 56%, 91%;
}