#F9EAD8

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

Shades of Antique White #F9EAD8

Tints of Antique White #F9EAD8

Color information

#F9EAD8 (or 0xF9EAD8) is unknown color: approx Antique White. HEX triplet: F9, EA and D8. RGB value is (249,234,216). Sum of RGB (Red+Green+Blue) = 249+234+216=699 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.62% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 216 (84.77% from 255 or 30.90% from 699); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EAD8 is #061527. Grayscale: #ECECEC. Windows color (decimal): -398632 or 14215929. OLE color: 14215929.

HSL color Cylindrical-coordinate representation of color #F9EAD8: hue angle of 32.73º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F9EAD8 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB249234216-
CMYK00.060.130.02
HSL32.73º73.33%91.18%-
HSV(B)32.73º13.25%97.65%-
XYZ80.8883.9476.91-
YUV236.43116.47136.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.62%
GREEN value IS 234 (91.80% from 255) = 33.48%
BLUE value IS 216 (84.77% from 255) = 30.90%
R=35.62%
G=33.48%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923421600.060.130.0232.7373.3391.18
HexF9EAD806D221495b
Octal3713523300615241111133
Binary111110011110101011011000011011011010000110010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EAD8; }

 p { color: rgb(249,234,216); }

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

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

 a { background-color: rgb(249,234,216); }

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

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

 span { border-color: rgb(249,234,216); }

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