#FAE7D1

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

Shades of Antique White #FAE7D1

Tints of Antique White #FAE7D1

Color information

#FAE7D1 (or 0xFAE7D1) is unknown color: approx Antique White. HEX triplet: FA, E7 and D1. RGB value is (250,231,209). Sum of RGB (Red+Green+Blue) = 250+231+209=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 209 (82.03% from 255 or 30.29% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7D1 is #05182E. Grayscale: #EAEAEA. Windows color (decimal): -333871 or 13756410. OLE color: 13756410.

HSL color Cylindrical-coordinate representation of color #FAE7D1: hue angle of 32.2º 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 #FAE7D1 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB250231209-
CMYK00.080.160.02
HSL32.2º80.39%90%-
HSV(B)32.2º16.4%98.04%-
XYZ79.5182.0871.97-
YUV234.17113.79139.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.23%
GREEN value IS 231 (90.62% from 255) = 33.48%
BLUE value IS 209 (82.03% from 255) = 30.29%
R=36.23%
G=33.48%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023120900.080.160.0232.280.3990
HexFAE7D10810220505a
Octal37234732101020240120132
Binary11111010111001111101000101000100001010000010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7D1; }

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

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

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

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

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

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

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

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