#FAEAD6

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

Shades of Antique White #FAEAD6

Tints of Antique White #FAEAD6

Color information

#FAEAD6 (or 0xFAEAD6) is unknown color: approx Antique White. HEX triplet: FA, EA and D6. RGB value is (250,234,214). Sum of RGB (Red+Green+Blue) = 250+234+214=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 214 (83.98% from 255 or 30.66% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAD6 is #051529. Grayscale: #ECECEC. Windows color (decimal): -333098 or 14084858. OLE color: 14084858.

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

Color convert

RGB250234214-
CMYK00.060.140.02
HSL33.33º78.26%90.98%-
HSV(B)33.33º14.4%98.04%-
XYZ80.9884.0275.57-
YUV236.5115.3137.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.82%
GREEN value IS 234 (91.80% from 255) = 33.52%
BLUE value IS 214 (83.98% from 255) = 30.66%
R=35.82%
G=33.52%
B=30.66%

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
Decimal25023421400.060.140.0233.3378.2690.98
HexFAEAD606E2214e5b
Octal3723523260616241116133
Binary111110101110101011010110011011101010000110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAD6; }

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

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

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

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

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

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

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

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