#FAE8D1

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

Shades of Antique White #FAE8D1

Tints of Antique White #FAE8D1

Color information

#FAE8D1 (or 0xFAE8D1) is unknown color: approx Antique White. HEX triplet: FA, E8 and D1. RGB value is (250,232,209). Sum of RGB (Red+Green+Blue) = 250+232+209=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 209 (82.03% from 255 or 30.25% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8D1 is #05172E. Grayscale: #EAEAEA. Windows color (decimal): -333615 or 13756666. OLE color: 13756666.

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

Color convert

RGB250232209-
CMYK00.070.160.02
HSL33.66º80.39%90%-
HSV(B)33.66º16.4%98.04%-
XYZ79.7982.6472.07-
YUV234.76113.46138.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 232 (91.02% from 255) = 33.57%
BLUE value IS 209 (82.03% from 255) = 30.25%
R=36.18%
G=33.57%
B=30.25%

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
Decimal25023220900.070.160.0233.6680.3990
HexFAE8D10710222505a
Octal3723503210720242120132
Binary1111101011101000110100010111100001010001010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8D1; }

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

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

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

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

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

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

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

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