#FAE9D3

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

Shades of Antique White #FAE9D3

Tints of Antique White #FAE9D3

Color information

#FAE9D3 (or 0xFAE9D3) is unknown color: approx Antique White. HEX triplet: FA, E9 and D3. RGB value is (250,233,211). Sum of RGB (Red+Green+Blue) = 250+233+211=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 211 (82.81% from 255 or 30.40% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9D3 is #05162C. Grayscale: #EBEBEB. Windows color (decimal): -333357 or 13887994. OLE color: 13887994.

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

Color convert

RGB250233211-
CMYK00.070.160.02
HSL33.85º79.59%90.39%-
HSV(B)33.85º15.6%98.04%-
XYZ80.3283.373.47-
YUV235.58114.13138.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 233 (91.41% from 255) = 33.57%
BLUE value IS 211 (82.81% from 255) = 30.40%
R=36.02%
G=33.57%
B=30.40%

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
Decimal25023321100.070.160.0233.8579.5990.39
HexFAE9D30710222505a
Octal3723513230720242120132
Binary1111101011101001110100110111100001010001010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9D3; }

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

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

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

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

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

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

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

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