#FAEAD2

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

Shades of Antique White #FAEAD2

Tints of Antique White #FAEAD2

Color information

#FAEAD2 (or 0xFAEAD2) is unknown color: approx Antique White. HEX triplet: FA, EA and D2. RGB value is (250,234,210). Sum of RGB (Red+Green+Blue) = 250+234+210=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 210 (82.42% from 255 or 30.26% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAD2 is #05152D. Grayscale: #ECECEC. Windows color (decimal): -333102 or 13822714. OLE color: 13822714.

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

Color convert

RGB250234210-
CMYK00.060.160.02
HSL36º80%90.2%-
HSV(B)36º16%98.04%-
XYZ80.4883.8272.91-
YUV236.05113.3137.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 234 (91.80% from 255) = 33.72%
BLUE value IS 210 (82.42% from 255) = 30.26%
R=36.02%
G=33.72%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023421000.060.160.02368090.2
HexFAEAD20610224505a
Octal3723523220620244120132
Binary1111101011101010110100100110100001010010010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAD2; }

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

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

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

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

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

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

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

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