#F3DEAE

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

Shades of Wheat #F3DEAE

Tints of Wheat #F3DEAE

Color information

#F3DEAE (or 0xF3DEAE) is unknown color: approx Wheat. HEX triplet: F3, DE and AE. RGB value is (243,222,174). Sum of RGB (Red+Green+Blue) = 243+222+174=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 174 (68.36% from 255 or 27.23% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DEAE is #0C2151. Grayscale: #DFDFDF. Windows color (decimal): -794962 or 11460339. OLE color: 11460339.

HSL color Cylindrical-coordinate representation of color #F3DEAE: hue angle of 41.74º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3DEAE is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB243222174-
CMYK00.090.280.05
HSL41.74º74.19%81.76%-
HSV(B)41.74º28.4%95.29%-
XYZ70.7274.3550.67-
YUV222.81100.46142.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.03%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 174 (68.36% from 255) = 27.23%
R=38.03%
G=34.74%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322217400.090.280.0541.7474.1981.76
HexF3DEAE091C52a4a52
Octal36333625601134552112122
Binary111100111101111010101110010011110010110101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DEAE; }

 p { color: rgb(243,222,174); }

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

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

 a { background-color: rgb(243,222,174); }

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

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

 span { border-color: rgb(243,222,174); }

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