AntiqueWhite (#FAEBD7) Web Color For Web Page Design

Everything about AntiqueWhite (#FAEBD7) and hex colors to enhance web page design and your website development company. Get a multitude of palettes based on one color. Learn how to choose the right hex codes for web page design. Optimize your online projects with the power of triadic, tetradic, analogous colors, and more. Get inspired and design websites with ease for your web development company.

AntiqueWhite (#FAEBD7) Color Hex

AntiqueWhite (#FAEBD7) rgb(250, 235, 215)

Color spaces of AntiqueWhite (#FAEBD7)

RGB250235215
HSL0.100.780.91
HSV351499
CMYK0.000.060.14 0.02
XYZ81.398484.647076.3383
Yxy0.33580.3492
Hunter Lab92.0038-3.082515.2079
CIE-Lab93.73081.842711.5169

Base Numbers

BaseRedGreenBlue
Binary111110101110101111010111
Octal372353327
Decimal250235215
HexFAEBD7

Shades of AntiqueWhite (#FAEBD7)

Tints of AntiqueWhite (#FAEBD7)

RGB Percentages of Color AntiqueWhite (#FAEBD7)

Red
Green
Blue

CMYK Percentages of Color AntiqueWhite (#FAEBD7)

Cyan
Magenta
Yellow
Black

Analogous Colors of AntiqueWhite (#FAEBD7)

Triadic Colors of AntiqueWhite (#FAEBD7) separated with 120° angle

Copied!
HEX toggle hex RGB

Tetradic Colors of AntiqueWhite (#FAEBD7) separated with 90° angle

Monochromatic Colors of AntiqueWhite (#FAEBD7)

Complementary Color

Copied!
HEX toggle hex RGB

Pastel variations

Soft variations

Light variations

Hard variations

Pale variations

AntiqueWhite (#FAEBD7) Color Preview on Black Background

This is AntiqueWhite (#FAEBD7) on a black background

AntiqueWhite (#FAEBD7) Color Preview on White Background

This is AntiqueWhite (#FAEBD7) on a white background

AntiqueWhite (#FAEBD7) Color CSS Codes

                .bckColor {background-color:#ff0000; } 
                .forColor {color:#ff0000; }
                .bordercolor {border:3px solid #ff0000; }

            

AntiqueWhite (#FAEBD7) Text Font Color

This is a sample text written with the AntiqueWhite (#FAEBD7) color.
This is a strong text written with the AntiqueWhite (#FAEBD7) as well.

AntiqueWhite (#FAEBD7) Background Color

                <div style="background-color:AntiqueWhite (#FAEBD7)">
                    Text on the AntiqueWhite (#FAEBD7) color
                </div>
            

AntiqueWhite (#FAEBD7) Border Color

<div style="border:3px solid #ff0000">
                  Div here
                </div>
            

Css3 Examples

Text Shadow with RGB Values

                .rgbShadow {
                    text-shadow: 4px 4px 2px rgba(255,0,0, 0.8); } 
                .hexShadow { 
                    text-shadow: 4px 4px 2px #ff0000; }
                .divShadow { 
                    -moz-box-shadow: 1px 1px 3px 2px #ff0000;
                    -webkit-box-shadow: 1px 1px 3px 2px #ff0000;
                    box-shadow:         1px 1px 3px 2px #ff0000; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px rgb(250, 235, 215);">Text here</p>

This is a text with rgb(250, 235, 215) as a shadow color.

Div Box Shadow

                <div style="-moz-box-shadow: 1px 1px 3px 2px #FAEBD7;
                  -webkit-box-shadow: 1px 1px 3px 2px #FAEBD7;
                  box-shadow:         1px 1px 3px 2px #FAEBD7;">
                    Div content here
                </div>
            
An html Div with text shadow using #FAEBD7 color hex code

Related palettes