#FAEAD3

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

Shades of Antique White #FAEAD3

Tints of Antique White #FAEAD3

Color information

#FAEAD3 (or 0xFAEAD3) is unknown color: approx Antique White. HEX triplet: FA, EA and D3. RGB value is (250,234,211). Sum of RGB (Red+Green+Blue) = 250+234+211=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 211 (82.81% from 255 or 30.36% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAD3 is #05152C. Grayscale: #ECECEC. Windows color (decimal): -333101 or 13888250. OLE color: 13888250.

HSL color Cylindrical-coordinate representation of color #FAEAD3: hue angle of 35.38º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAEAD3 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB250234211-
CMYK00.060.160.02
HSL35.38º79.59%90.39%-
HSV(B)35.38º15.6%98.04%-
XYZ80.6183.8773.57-
YUV236.16113.8137.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 234 (91.80% from 255) = 33.67%
BLUE value IS 211 (82.81% from 255) = 30.36%
R=35.97%
G=33.67%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023421100.060.160.0235.3879.5990.39
HexFAEAD30610223505a
Octal3723523230620243120132
Binary1111101011101010110100110110100001010001110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAD3; }

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

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

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

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

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

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

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

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