#FAEBD4

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

Shades of Antique White #FAEBD4

Tints of Antique White #FAEBD4

Color information

#FAEBD4 (or 0xFAEBD4) is unknown color: approx Antique White. HEX triplet: FA, EB and D4. RGB value is (250,235,212). Sum of RGB (Red+Green+Blue) = 250+235+212=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 212 (83.20% from 255 or 30.42% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBD4 is #05142B. Grayscale: #ECECEC. Windows color (decimal): -332844 or 13954042. OLE color: 13954042.

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

Color convert

RGB250235212-
CMYK00.060.150.02
HSL36.32º79.17%90.59%-
HSV(B)36.32º15.2%98.04%-
XYZ81.0284.4974.33-
YUV236.86113.97137.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 235 (92.19% from 255) = 33.72%
BLUE value IS 212 (83.20% from 255) = 30.42%
R=35.87%
G=33.72%
B=30.42%

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
Decimal25023521200.060.150.0236.3279.1790.59
HexFAEBD406F2244f5b
Octal3723533240617244117133
Binary111110101110101111010100011011111010010010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBD4; }

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

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

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

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

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

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

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

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