#FAEBD7

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

Shades of AntiqueWhite #FAEBD7

Tints of AntiqueWhite #FAEBD7

Color information

#FAEBD7 (or 0xFAEBD7) is known color: AntiqueWhite. HEX triplet: FA, EB and D7. RGB value is (250,235,215). Sum of RGB (Red+Green+Blue) = 250+235+215=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 215 (84.38% from 255 or 30.71% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBD7 is #051428. Grayscale: #EDEDED. Windows color (decimal): -332841 or 14150650. OLE color: 14150650.

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

Color convert

RGB250235215-
CMYK00.060.140.02
HSL34.29º77.78%91.18%-
HSV(B)34.29º14%98.04%-
XYZ81.484.6576.34-
YUV237.2115.47137.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 235 (92.19% from 255) = 33.57%
BLUE value IS 215 (84.38% from 255) = 30.71%
R=35.71%
G=33.57%
B=30.71%

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
Decimal25023521500.060.140.0234.2977.7891.18
HexFAEBD706E2224e5b
Octal3723533270616242116133
Binary111110101110101111010111011011101010001010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBD7; }

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

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

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

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

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

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

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

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