Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Persian Pink | FD90CB | #FD90CB | 253, 144, 203 | 99.22, 56.47, 79.61 | 0, 43.08, 19.76, 0.78 | 327.52293577982, 43.083003952569, 99.21568627451 |
Color #fd90cb is Persian Pink. In RGB: 99.22, 56.47, 79.61. In CMYK: 0, 43.08, 19.76, 0.78.
div { background: #fd90cb; color: #000; }
div { background: #fd90cb; color: #fff; }
div { background: linear-gradient(to bottom, #DF75B0 0%, #FFACE7 100%); color: #000; }
div { background: linear-gradient(to bottom, #FFACE7 0%, #DF75B0 100%); color: #000; }
div { background: linear-gradient(to bottom, #DF75B0 0%, #FFACE7 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FFACE7 0%, #DF75B0 100%); color: #fff; }
div { border: 1px solid #fd90cb; }
div { border: 5px solid #fd90cb; }
div { border: 1px dashed #fd90cb; }
div { border: 5px dashed #fd90cb; }
div { border: 1px dotted #fd90cb; }
div { border: 5px dotted #fd90cb; }