#FAEAD4

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

Shades of Antique White #FAEAD4

Tints of Antique White #FAEAD4

Color information

#FAEAD4 (or 0xFAEAD4) is unknown color: approx Antique White. HEX triplet: FA, EA and D4. RGB value is (250,234,212). Sum of RGB (Red+Green+Blue) = 250+234+212=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 212 (83.20% from 255 or 30.46% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAD4 is #05152B. Grayscale: #ECECEC. Windows color (decimal): -333100 or 13953786. OLE color: 13953786.

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

Color convert

RGB250234212-
CMYK00.060.150.02
HSL34.74º79.17%90.59%-
HSV(B)34.74º15.2%98.04%-
XYZ80.7383.9274.23-
YUV236.28114.3137.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 234 (91.80% from 255) = 33.62%
BLUE value IS 212 (83.20% from 255) = 30.46%
R=35.92%
G=33.62%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023421200.060.150.0234.7479.1790.59
HexFAEAD406F2234f5b
Octal3723523240617243117133
Binary111110101110101011010100011011111010001110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAD4; }

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

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

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

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

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

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

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

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