#FAE8D2

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

Shades of Antique White #FAE8D2

Tints of Antique White #FAE8D2

Color information

#FAE8D2 (or 0xFAE8D2) is unknown color: approx Antique White. HEX triplet: FA, E8 and D2. RGB value is (250,232,210). Sum of RGB (Red+Green+Blue) = 250+232+210=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 210 (82.42% from 255 or 30.35% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8D2 is #05172D. Grayscale: #EAEAEA. Windows color (decimal): -333614 or 13822202. OLE color: 13822202.

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

Color convert

RGB250232210-
CMYK00.070.160.02
HSL33º80%90.2%-
HSV(B)33º16%98.04%-
XYZ79.9182.6972.72-
YUV234.87113.96138.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.13%
GREEN value IS 232 (91.02% from 255) = 33.53%
BLUE value IS 210 (82.42% from 255) = 30.35%
R=36.13%
G=33.53%
B=30.35%

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
Decimal25023221000.070.160.02338090.2
HexFAE8D20710221505a
Octal3723503220720241120132
Binary1111101011101000110100100111100001010000110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8D2; }

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

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

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

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

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

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

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

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