#FDEDD7

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

Shades of Antique White #FDEDD7

Tints of Antique White #FDEDD7

Color information

#FDEDD7 (or 0xFDEDD7) is unknown color: approx Antique White. HEX triplet: FD, ED and D7. RGB value is (253,237,215). Sum of RGB (Red+Green+Blue) = 253+237+215=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 215 (84.38% from 255 or 30.50% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDD7 is #021228. Grayscale: #EFEFEF. Windows color (decimal): -135721 or 14151165. OLE color: 14151165.

HSL color Cylindrical-coordinate representation of color #FDEDD7: hue angle of 34.74º degrees, saturation: 0.9, 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 #FDEDD7 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB253237215-
CMYK00.060.150.01
HSL34.74º90.48%91.76%-
HSV(B)34.74º15.02%99.22%-
XYZ83.0686.3676.58-
YUV239.28114.3137.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.89%
GREEN value IS 237 (92.97% from 255) = 33.62%
BLUE value IS 215 (84.38% from 255) = 30.50%
R=35.89%
G=33.62%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323721500.060.150.0134.7490.4891.76
HexFDEDD706F1235a5c
Octal3753553270617143132134
Binary11111101111011011101011101101111110001110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDD7; }

 p { color: rgb(253,237,215); }

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

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

 a { background-color: rgb(253,237,215); }

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

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

 span { border-color: rgb(253,237,215); }

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