#F9EAD3

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

Shades of Antique White #F9EAD3

Tints of Antique White #F9EAD3

Color information

#F9EAD3 (or 0xF9EAD3) is unknown color: approx Antique White. HEX triplet: F9, EA and D3. RGB value is (249,234,211). Sum of RGB (Red+Green+Blue) = 249+234+211=694 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.88% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 211 (82.81% from 255 or 30.40% from 694); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EAD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EAD3 is #06152C. Grayscale: #EBEBEB. Windows color (decimal): -398637 or 13888249. OLE color: 13888249.

HSL color Cylindrical-coordinate representation of color #F9EAD3: hue angle of 36.32º 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 #F9EAD3 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB249234211-
CMYK00.060.150.02
HSL36.32º76%90.2%-
HSV(B)36.32º15.26%97.65%-
XYZ80.2583.6973.55-
YUV235.86113.97137.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.88%
GREEN value IS 234 (91.80% from 255) = 33.72%
BLUE value IS 211 (82.81% from 255) = 30.40%
R=35.88%
G=33.72%
B=30.40%

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
Decimal24923421100.060.150.0236.327690.2
HexF9EAD306F2244c5a
Octal3713523230617244114132
Binary111110011110101011010011011011111010010010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EAD3; }

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

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

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

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

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

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

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

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