Ivory HEX Code
The HEX code for ivory is #FFFFF0. Ivory is a soft off-white color with a subtle yellow tint, named after the material from elephant tusks. It's warmer than pure white and often used as an elegant background color.
Ivory Color Values
| Format | Value |
|---|---|
| HEX | #FFFFF0 |
| RGB | rgb(255, 255, 240) |
| HSL | hsl(60, 100%, 97%) |
| CMYK | C:0 M:0 Y:6 K:0 |
Ivory and Off-White Variations
| Shade | HEX | Description |
|---|---|---|
| White | #FFFFFF | Pure white |
| Ivory | #FFFFF0 | Yellow-tinted |
| Snow | #FFFAFA | Pink-tinted |
| Seashell | #FFF5EE | Peach-tinted |
| Linen | #FAF0E6 | Warmer |
| Floral White | #FFFAF0 | Soft cream |
Ivory in Design
Ivory conveys:
- Elegance: Sophisticated, premium
- Warmth: Softer than white
- Classic: Timeless, traditional
- Luxury: Wedding, formal
Using Ivory in Design
``css
/* Ivory background */
.elegant {
background-color: #FFFFF0;
color: #2C2C2C;
}
/* Wedding palette */
:root {
--ivory: #FFFFF0;
--champagne: #F7E7CE;
--gold: #D4AF37;
}
``
Ivory vs White
| Color | HEX | Feel |
|---|---|---|
| White | #FFFFFF | Stark, clinical |
| Ivory | #FFFFF0 | Warm, elegant |
| Cream | #FFFDD0 | Richer, yellow |