#FAEBD7
antiquewhite
#FAEBD7 is a orange colour. In RGB it is 250 red, 235 green and 215 blue, which converts to a hue of 34 degrees, 78% saturation and 91% lightness. It is one of the named CSS colours, written as antiquewhite in stylesheets.
Color values
| HEX | #FAEBD7 |
|---|---|
| RGB | rgb(250, 235, 215) |
| HSL | hsl(34, 78%, 91%) |
| HSV | hsv(34, 14%, 98%) |
| CMYK | cmyk(0%, 6%, 14%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.17:1, and against black it is 17.93:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.17:1 | Fail | Fail |
| Black | 17.93:1 | AAA | AAA |
Tints and shades
Lighter tints move #FAEBD7 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FAEBD7; |
|---|---|
| CSS rgb() | color: rgb(250 235 215); |
| Tailwind | bg-[#faebd7] |
| SwiftUI | Color(red: 0.980, green: 0.922, blue: 0.843) |
| Android | Color.parseColor("#FAEBD7") |