#FEEAD2

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

Shades of Antique White #FEEAD2

Tints of Antique White #FEEAD2

Color information

#FEEAD2 (or 0xFEEAD2) is unknown color: approx Antique White. HEX triplet: FE, EA and D2. RGB value is (254,234,210). Sum of RGB (Red+Green+Blue) = 254+234+210=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 210 (82.42% from 255 or 30.09% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAD2 is #01152D. Grayscale: #EDEDED. Windows color (decimal): -70958 or 13822718. OLE color: 13822718.

HSL color Cylindrical-coordinate representation of color #FEEAD2: hue angle of 32.73º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEEAD2 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB254234210-
CMYK00.080.170.00
HSL32.73º95.65%90.98%-
HSV(B)32.73º17.32%99.61%-
XYZ81.9384.5772.98-
YUV237.24112.63139.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.39%
GREEN value IS 234 (91.80% from 255) = 33.52%
BLUE value IS 210 (82.42% from 255) = 30.09%
R=36.39%
G=33.52%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423421000.080.170.0032.7395.6590.98
HexFEEAD20811021605b
Octal37635232201021041140133
Binary1111111011101010110100100100010001010000111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAD2; }

 p { color: rgb(254,234,210); }

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

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

 a { background-color: rgb(254,234,210); }

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

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

 span { border-color: rgb(254,234,210); }

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