Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Your Pink | FFCCCC | #FFCCCC | 255, 204, 204 | 100, 80, 80 | 0, 20, 20, 0 | 0, 20, 100 |
Color #ffcccc is Your Pink. In RGB: 100, 80, 80. In CMYK: 0, 20, 20, 0.
div { background: #ffcccc; color: #000; }
div { background: #ffcccc; color: #fff; }
div { background: linear-gradient(to bottom, #E2B0B1 0%, #FFE8E8 100%); color: #000; }
div { background: linear-gradient(to bottom, #FFE8E8 0%, #E2B0B1 100%); color: #000; }
div { background: linear-gradient(to bottom, #E2B0B1 0%, #FFE8E8 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FFE8E8 0%, #E2B0B1 100%); color: #fff; }
div { border: 1px solid #ffcccc; }
div { border: 5px solid #ffcccc; }
div { border: 1px dashed #ffcccc; }
div { border: 5px dashed #ffcccc; }
div { border: 1px dotted #ffcccc; }
div { border: 5px dotted #ffcccc; }