#F8EAD6

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

Shades of Antique White #F8EAD6

Tints of Antique White #F8EAD6

Color information

#F8EAD6 (or 0xF8EAD6) is unknown color: approx Antique White. HEX triplet: F8, EA and D6. RGB value is (248,234,214). Sum of RGB (Red+Green+Blue) = 248+234+214=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 214 (83.98% from 255 or 30.75% from 696); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EAD6 is #071529. Grayscale: #EBEBEB. Windows color (decimal): -464170 or 14084856. OLE color: 14084856.

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

Color convert

RGB248234214-
CMYK00.060.140.03
HSL35.29º70.83%90.59%-
HSV(B)35.29º13.71%97.25%-
XYZ80.2783.6675.53-
YUV235.91115.64136.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.63%
GREEN value IS 234 (91.80% from 255) = 33.62%
BLUE value IS 214 (83.98% from 255) = 30.75%
R=35.63%
G=33.62%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823421400.060.140.0335.2970.8390.59
HexF8EAD606E323475b
Octal3703523260616343107133
Binary111110001110101011010110011011101110001110001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EAD6; }

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

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

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

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

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

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

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

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