#FAEAD7

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

Shades of Antique White #FAEAD7

Tints of Antique White #FAEAD7

Color information

#FAEAD7 (or 0xFAEAD7) is unknown color: approx Antique White. HEX triplet: FA, EA and D7. RGB value is (250,234,215). Sum of RGB (Red+Green+Blue) = 250+234+215=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 215 (84.38% from 255 or 30.76% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAD7 is #051528. Grayscale: #ECECEC. Windows color (decimal): -333097 or 14150394. OLE color: 14150394.

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

Color convert

RGB250234215-
CMYK00.060.140.02
HSL32.57º77.78%91.18%-
HSV(B)32.57º14%98.04%-
XYZ81.1184.0876.24-
YUV236.62115.8137.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.77%
GREEN value IS 234 (91.80% from 255) = 33.48%
BLUE value IS 215 (84.38% from 255) = 30.76%
R=35.77%
G=33.48%
B=30.76%

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
Decimal25023421500.060.140.0232.5777.7891.18
HexFAEAD706E2214e5b
Octal3723523270616241116133
Binary111110101110101011010111011011101010000110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAD7; }

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

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

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

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

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

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

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

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