#F6EAD9

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

Shades of Antique White #F6EAD9

Tints of Antique White #F6EAD9

Color information

#F6EAD9 (or 0xF6EAD9) is unknown color: approx Antique White. HEX triplet: F6, EA and D9. RGB value is (246,234,217). Sum of RGB (Red+Green+Blue) = 246+234+217=697 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.29% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 217 (85.16% from 255 or 31.13% from 697); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EAD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EAD9 is #091526. Grayscale: #EBEBEB. Windows color (decimal): -595239 or 14281462. OLE color: 14281462.

HSL color Cylindrical-coordinate representation of color #F6EAD9: hue angle of 35.17º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6EAD9 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB246234217-
CMYK00.050.120.04
HSL35.17º61.7%90.78%-
HSV(B)35.17º11.79%96.47%-
XYZ79.9583.4577.54-
YUV235.65117.48135.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.29%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 217 (85.16% from 255) = 31.13%
R=35.29%
G=33.57%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623421700.050.120.0435.1761.790.78
HexF6EAD905C4233e5b
Octal366352331051444376133
Binary111101101110101011011001010111001001000111111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EAD9; }

 p { color: rgb(246,234,217); }

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

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

 a { background-color: rgb(246,234,217); }

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

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

 span { border-color: rgb(246,234,217); }

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