#FAEAD8

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

Shades of Antique White #FAEAD8

Tints of Antique White #FAEAD8

Color information

#FAEAD8 (or 0xFAEAD8) is unknown color: approx Antique White. HEX triplet: FA, EA and D8. RGB value is (250,234,216). Sum of RGB (Red+Green+Blue) = 250+234+216=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 216 (84.77% from 255 or 30.86% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAD8 is #051527. Grayscale: #ECECEC. Windows color (decimal): -333096 or 14215930. OLE color: 14215930.

HSL color Cylindrical-coordinate representation of color #FAEAD8: hue angle of 31.76º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAEAD8 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB250234216-
CMYK00.060.140.02
HSL31.76º77.27%91.37%-
HSV(B)31.76º13.6%98.04%-
XYZ81.2484.1376.92-
YUV236.73116.3137.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 234 (91.80% from 255) = 33.43%
BLUE value IS 216 (84.77% from 255) = 30.86%
R=35.71%
G=33.43%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023421600.060.140.0231.7677.2791.37
HexFAEAD806E2204d5b
Octal3723523300616240115133
Binary111110101110101011011000011011101010000010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAD8; }

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

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

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

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

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

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

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

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