#FAE9D1

Color #FAE9D1 Antique White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Antique White #FAE9D1

Tints of Antique White #FAE9D1

Color information

#FAE9D1 (or 0xFAE9D1) is unknown color: approx Antique White. HEX triplet: FA, E9 and D1. RGB value is (250,233,209). Sum of RGB (Red+Green+Blue) = 250+233+209=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 209 (82.03% from 255 or 30.20% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9D1 is #05162E. Grayscale: #EBEBEB. Windows color (decimal): -333359 or 13756922. OLE color: 13756922.

HSL color Cylindrical-coordinate representation of color #FAE9D1: hue angle of 35.12º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAE9D1 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB250233209-
CMYK00.070.160.02
HSL35.12º80.39%90%-
HSV(B)35.12º16.4%98.04%-
XYZ80.0783.2172.16-
YUV235.35113.13138.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 36.13%
GREEN value IS 233 (91.41% from 255) = 33.67%
BLUE value IS 209 (82.03% from 255) = 30.20%
R=36.13%
G=33.67%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023320900.070.160.0235.1280.3990
HexFAE9D10710223505a
Octal3723513210720243120132
Binary1111101011101001110100010111100001010001110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9D1; }

 p { color: rgb(250,233,209); }

 H1.HeaderClassName
 {
   color: #FAE9D1;
 }
 .AnyTagClassName
 {
   color: #FAE9D1;
 }
</style>
background-color css

<style>
 a { background-color: #FAE9D1; }

 a { background-color: rgb(250,233,209); }

 div.DivClassName
 {
   background-color: #FAE9D1;
 }
 .BgClassName
 {
   background-color: #FAE9D1;
 }
</style>
border-color css

<style>
 span { border-color: #FAE9D1; }

 span { border-color: rgb(250,233,209); }

 td.TdClassName
 {
   border-color: #FAE9D1;
 }
 .TagClassName
 {
   border-color: #FAE9D1;
 }
</style>