Color #FFE4C4
#FFE4C4rgb(255, 228, 196)
Color Codes
HEX#FFE4C4
RGBrgb(255, 228, 196)
HSLhsl(33°, 100%, 88%)
CMYKcmyk(0%, 11%, 23%, 0%)
CIELABLab(92, 4.4, 19)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #FFE4C4;color: #FFE4C4;border: 2px solid #FFE4C4;background: linear-gradient(135deg, #FFE4C4, #c4dfff);Code Export
css
:root {
--color-primary: #ffe4c4;
--color-primary-rgb: 255, 228, 196;
--color-primary-hsl: 33, 100%, 88%;
}