#FAEBD5

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

Shades of Antique White #FAEBD5

Tints of Antique White #FAEBD5

Color information

#FAEBD5 (or 0xFAEBD5) is unknown color: approx Antique White. HEX triplet: FA, EB and D5. RGB value is (250,235,213). Sum of RGB (Red+Green+Blue) = 250+235+213=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 213 (83.59% from 255 or 30.52% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBD5 is #05142A. Grayscale: #EDEDED. Windows color (decimal): -332843 or 14019578. OLE color: 14019578.

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

Color convert

RGB250235213-
CMYK00.060.150.02
HSL35.68º78.72%90.78%-
HSV(B)35.68º14.8%98.04%-
XYZ81.1484.5474.99-
YUV236.98114.47137.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.82%
GREEN value IS 235 (92.19% from 255) = 33.67%
BLUE value IS 213 (83.59% from 255) = 30.52%
R=35.82%
G=33.67%
B=30.52%

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
Decimal25023521300.060.150.0235.6878.7290.78
HexFAEBD506F2244f5b
Octal3723533250617244117133
Binary111110101110101111010101011011111010010010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBD5; }

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

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

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

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

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

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

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

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