Channel
#f1c3c2
Looking for the precise values behind Channel (#f1c3c2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f1c3c2 | |
|---|---|---|
| RGB | rgb(241, 195, 194) | |
| HSL | hsl(1, 63%, 85%) | |
| CMYK | cmyk(0%, 19%, 20%, 5%) | |
| LAB | lab(83, 17, 7) | |
| OKLCH | oklch(0.86 0.053 20) |
Color harmonies
Tints & shades
Code snippets
color: #f1c3c2;
background-color: #f1c3c2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1C3C2)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.76, blue: 0.76, alpha: 1.0)