#FAEBD8

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

Shades of Antique White #FAEBD8

Tints of Antique White #FAEBD8

Color information

#FAEBD8 (or 0xFAEBD8) is unknown color: approx Antique White. HEX triplet: FA, EB and D8. RGB value is (250,235,216). Sum of RGB (Red+Green+Blue) = 250+235+216=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 235 (92.19% from 255 or 33.52% from 701); Blue value is 216 (84.77% from 255 or 30.81% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBD8 is #051427. Grayscale: #EDEDED. Windows color (decimal): -332840 or 14216186. OLE color: 14216186.

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

Color convert

RGB250235216-
CMYK00.060.140.02
HSL33.53º77.27%91.37%-
HSV(B)33.53º13.6%98.04%-
XYZ81.5384.777.02-
YUV237.32115.97137.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.66%
GREEN value IS 235 (92.19% from 255) = 33.52%
BLUE value IS 216 (84.77% from 255) = 30.81%
R=35.66%
G=33.52%
B=30.81%

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
Decimal25023521600.060.140.0233.5377.2791.37
HexFAEBD806E2224d5b
Octal3723533300616242115133
Binary111110101110101111011000011011101010001010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBD8; }

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

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

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

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

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

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

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

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