Pink (#FFC0CB) to RGB

Convert the pink hex color code to its RGB equivalent, with a live preview and a ready-to-use converter.

#FFC0CB = rgb(255, 192, 203)

Color Values

Hex#FFC0CB
RGBrgb(255, 192, 203)
Red255
Green192
Blue203

Convert Any Hex Color

✅ RGB Value: rgb(255, 192, 203)

Frequently Asked Questions

What is the RGB value of Pink?

Pink (#FFC0CB) is rgb(255, 192, 203) in RGB.

What is the hex code for Pink?

The hex code for Pink is #FFC0CB, which is rgb(255, 192, 203) in RGB.

How do I use Pink in CSS?

In CSS you can use either form interchangeably: color: #FFC0CB; or color: rgb(255, 192, 203);