Color #F4CBBE

#F4CBBErgb(244, 203, 190)

Color Codes

HEX#F4CBBE
RGBrgb(244, 203, 190)
HSLhsl(14°, 71%, 85%)
CMYKcmyk(0%, 17%, 22%, 4%)
CIELABLab(84.8, 12.5, 11.9)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #F4CBBE;
color: #F4CBBE;
border: 2px solid #F4CBBE;
background: linear-gradient(135deg, #F4CBBE, #bee7f4);

Code Export

css
:root {
  --color-primary: #f4cbbe;
  --color-primary-rgb: 244, 203, 190;
  --color-primary-hsl: 14, 71%, 85%;
}

Related Tools