What type of form control is created with the following code?
<input type="color">
A field that validates the format of the entered color.
A color picker that allows the user to choose a color.
A text field that accepts color codes.
A field that displays the selected color in real-time.