#FDEAD2

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

Shades of Antique White #FDEAD2

Tints of Antique White #FDEAD2

Color information

#FDEAD2 (or 0xFDEAD2) is unknown color: approx Antique White. HEX triplet: FD, EA and D2. RGB value is (253,234,210). Sum of RGB (Red+Green+Blue) = 253+234+210=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 210 (82.42% from 255 or 30.13% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAD2 is #02152D. Grayscale: #EDEDED. Windows color (decimal): -136494 or 13822717. OLE color: 13822717.

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

Color convert

RGB253234210-
CMYK00.080.170.01
HSL33.49º91.49%90.78%-
HSV(B)33.49º17%99.22%-
XYZ81.5684.3872.96-
YUV236.94112.79139.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.30%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 210 (82.42% from 255) = 30.13%
R=36.30%
G=33.57%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323421000.080.170.0133.4991.4990.78
HexFDEAD208111215b5b
Octal37535232201021141133133
Binary1111110111101010110100100100010001110000110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAD2; }

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

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

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

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

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

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

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

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