Color #FFC0CB

#FFC0CBrgb(255, 192, 203)

Color Codes

HEX#FFC0CB
RGBrgb(255, 192, 203)
HSLhsl(350°, 100%, 88%)
CMYKcmyk(0%, 25%, 20%, 0%)
CIELABLab(83.6, 24.1, 3.3)

Color Schemes

Tints & Shades

CSS Code Snippets

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

Code Export

css
:root {
  --color-primary: #ffc0cb;
  --color-primary-rgb: 255, 192, 203;
  --color-primary-hsl: 350, 100%, 88%;
}

Related Tools