Color #FFF8DC
#FFF8DCrgb(255, 248, 220)
Color Codes
HEX#FFF8DC
RGBrgb(255, 248, 220)
HSLhsl(48°, 100%, 93%)
CMYKcmyk(0%, 3%, 14%, 0%)
CIELABLab(97.5, -2.2, 14.3)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #FFF8DC;color: #FFF8DC;border: 2px solid #FFF8DC;background: linear-gradient(135deg, #FFF8DC, #dce3ff);Code Export
css
:root {
--color-primary: #fff8dc;
--color-primary-rgb: 255, 248, 220;
--color-primary-hsl: 48, 100%, 93%;
}