Milk Tooth
#faebd7
Milk Tooth, represented by the hex value #faebd7, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #faebd7 | |
|---|---|---|
| RGB | rgb(250, 235, 215) | |
| HSL | hsl(34, 78%, 91%) | |
| CMYK | cmyk(0%, 6%, 14%, 2%) | |
| LAB | lab(94, 3, 12) | |
| OKLCH | oklch(0.95 0.031 75) |
Color harmonies
Tints & shades
Code snippets
color: #faebd7;
background-color: #faebd7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFAEBD7)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.92, blue: 0.84, alpha: 1.0)