#F7EAD9

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

Shades of Antique White #F7EAD9

Tints of Antique White #F7EAD9

Color information

#F7EAD9 (or 0xF7EAD9) is unknown color: approx Antique White. HEX triplet: F7, EA and D9. RGB value is (247,234,217). Sum of RGB (Red+Green+Blue) = 247+234+217=698 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.39% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 217 (85.16% from 255 or 31.09% from 698); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EAD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EAD9 is #081526. Grayscale: #ECECEC. Windows color (decimal): -529703 or 14281463. OLE color: 14281463.

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

Color convert

RGB247234217-
CMYK00.050.120.03
HSL34º65.22%90.98%-
HSV(B)34º12.15%96.86%-
XYZ80.383.6377.56-
YUV235.95117.31135.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.39%
GREEN value IS 234 (91.80% from 255) = 33.52%
BLUE value IS 217 (85.16% from 255) = 31.09%
R=35.39%
G=33.52%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723421700.050.120.033465.2290.98
HexF7EAD905C322415b
Octal3673523310514342101133
Binary111101111110101011011001010111001110001010000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EAD9; }

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

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

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

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

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

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

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

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