#F8EAD7

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

Shades of Antique White #F8EAD7

Tints of Antique White #F8EAD7

Color information

#F8EAD7 (or 0xF8EAD7) is unknown color: approx Antique White. HEX triplet: F8, EA and D7. RGB value is (248,234,215). Sum of RGB (Red+Green+Blue) = 248+234+215=697 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.58% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 215 (84.38% from 255 or 30.85% from 697); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EAD7 is #071528. Grayscale: #ECECEC. Windows color (decimal): -464169 or 14150392. OLE color: 14150392.

HSL color Cylindrical-coordinate representation of color #F8EAD7: hue angle of 34.55º degrees, saturation: 0.7, 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 #F8EAD7 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB248234215-
CMYK00.060.130.03
HSL34.55º70.21%90.78%-
HSV(B)34.55º13.31%97.25%-
XYZ80.483.7176.21-
YUV236.02116.14136.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.58%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 215 (84.38% from 255) = 30.85%
R=35.58%
G=33.57%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823421500.060.130.0334.5570.2190.78
HexF8EAD706D323465b
Octal3703523270615343106133
Binary111110001110101011010111011011011110001110001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EAD7; }

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

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

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

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

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

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

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

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