#F9EAD6

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

Shades of Antique White #F9EAD6

Tints of Antique White #F9EAD6

Color information

#F9EAD6 (or 0xF9EAD6) is unknown color: approx Antique White. HEX triplet: F9, EA and D6. RGB value is (249,234,214). Sum of RGB (Red+Green+Blue) = 249+234+214=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 214 (83.98% from 255 or 30.70% from 697); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EAD6 is #061529. Grayscale: #ECECEC. Windows color (decimal): -398634 or 14084857. OLE color: 14084857.

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

Color convert

RGB249234214-
CMYK00.060.140.02
HSL34.29º74.47%90.78%-
HSV(B)34.29º14.06%97.65%-
XYZ80.6383.8475.55-
YUV236.2115.47137.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.72%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 214 (83.98% from 255) = 30.70%
R=35.72%
G=33.57%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923421400.060.140.0234.2974.4790.78
HexF9EAD606E2224a5b
Octal3713523260616242112133
Binary111110011110101011010110011011101010001010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EAD6; }

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

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

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

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

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

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

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

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