#F9EBD4

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

Shades of Antique White #F9EBD4

Tints of Antique White #F9EBD4

Color information

#F9EBD4 (or 0xF9EBD4) is unknown color: approx Antique White. HEX triplet: F9, EB and D4. RGB value is (249,235,212). Sum of RGB (Red+Green+Blue) = 249+235+212=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 212 (83.20% from 255 or 30.46% from 696); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EBD4 is #06142B. Grayscale: #ECECEC. Windows color (decimal): -398380 or 13954041. OLE color: 13954041.

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

Color convert

RGB249235212-
CMYK00.060.150.02
HSL37.3º75.51%90.39%-
HSV(B)37.3º14.86%97.65%-
XYZ80.6684.3174.31-
YUV236.56114.14136.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.78%
GREEN value IS 235 (92.19% from 255) = 33.76%
BLUE value IS 212 (83.20% from 255) = 30.46%
R=35.78%
G=33.76%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923521200.060.150.0237.375.5190.39
HexF9EBD406F2254c5a
Octal3713533240617245114132
Binary111110011110101111010100011011111010010110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EBD4; }

 p { color: rgb(249,235,212); }

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

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

 a { background-color: rgb(249,235,212); }

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

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

 span { border-color: rgb(249,235,212); }

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