#FDEBD6

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

Shades of Antique White #FDEBD6

Tints of Antique White #FDEBD6

Color information

#FDEBD6 (or 0xFDEBD6) is unknown color: approx Antique White. HEX triplet: FD, EB and D6. RGB value is (253,235,214). Sum of RGB (Red+Green+Blue) = 253+235+214=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 214 (83.98% from 255 or 30.48% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBD6 is #021429. Grayscale: #EEEEEE. Windows color (decimal): -136234 or 14085117. OLE color: 14085117.

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

Color convert

RGB253235214-
CMYK00.070.150.01
HSL32.31º90.7%91.57%-
HSV(B)32.31º15.42%99.22%-
XYZ82.3585.1575.71-
YUV237.99114.46138.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.04%
GREEN value IS 235 (92.19% from 255) = 33.48%
BLUE value IS 214 (83.98% from 255) = 30.48%
R=36.04%
G=33.48%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323521400.070.150.0132.3190.791.57
HexFDEBD607F1205b5c
Octal3753533260717140133134
Binary11111101111010111101011001111111110000010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBD6; }

 p { color: rgb(253,235,214); }

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

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

 a { background-color: rgb(253,235,214); }

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

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

 span { border-color: rgb(253,235,214); }

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