Paper Plane
#f1ece0
Here's everything about the color Paper Plane (#f1ece0) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f1ece0 | |
|---|---|---|
| RGB | rgb(241, 236, 224) | |
| HSL | hsl(42, 38%, 91%) | |
| CMYK | cmyk(0%, 2%, 7%, 5%) | |
| LAB | lab(94, 0, 6) | |
| OKLCH | oklch(0.94 0.017 88) |
Color harmonies
Tints & shades
Code snippets
color: #f1ece0;
background-color: #f1ece0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1ECE0)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.93, blue: 0.88, alpha: 1.0)