Hint of Red
#f6dfe0
Hint of Red is a color with the hex code #f6dfe0. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f6dfe0 | |
|---|---|---|
| RGB | rgb(246, 223, 224) | |
| HSL | hsl(357, 56%, 92%) | |
| CMYK | cmyk(0%, 9%, 9%, 4%) | |
| LAB | lab(91, 8, 3) | |
| OKLCH | oklch(0.92 0.025 15) |
Color harmonies
Tints & shades
Code snippets
color: #f6dfe0;
background-color: #f6dfe0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6DFE0)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.87, blue: 0.88, alpha: 1.0)