#F7EAD7

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

Shades of Antique White #F7EAD7

Tints of Antique White #F7EAD7

Color information

#F7EAD7 (or 0xF7EAD7) is unknown color: approx Antique White. HEX triplet: F7, EA and D7. RGB value is (247,234,215). Sum of RGB (Red+Green+Blue) = 247+234+215=696 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.49% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 215 (84.38% from 255 or 30.89% from 696); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EAD7 is #081528. Grayscale: #EBEBEB. Windows color (decimal): -529705 or 14150391. OLE color: 14150391.

HSL color Cylindrical-coordinate representation of color #F7EAD7: hue angle of 35.62º degrees, saturation: 0.67, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7EAD7 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB247234215-
CMYK00.050.130.03
HSL35.62º66.67%90.59%-
HSV(B)35.62º12.96%96.86%-
XYZ80.0583.5376.19-
YUV235.72116.31136.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.49%
GREEN value IS 234 (91.80% from 255) = 33.62%
BLUE value IS 215 (84.38% from 255) = 30.89%
R=35.49%
G=33.62%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723421500.050.130.0335.6266.6790.59
HexF7EAD705D324435b
Octal3673523270515344103133
Binary111101111110101011010111010111011110010010000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EAD7; }

 p { color: rgb(247,234,215); }

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

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

 a { background-color: rgb(247,234,215); }

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

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

 span { border-color: rgb(247,234,215); }

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