How would you change the text color of a <h2> header to a shade of pink using a hexadecimal value?
<h2>
h2 { color: #FFC0CB; }
h2 { text-color: #FFC0CB; }
h2 { font-color: #FFC0CB; }
h2 { heading-color: #FFC0CB; }