#F3DFAE

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

Shades of Wheat #F3DFAE

Tints of Wheat #F3DFAE

Color information

#F3DFAE (or 0xF3DFAE) is unknown color: approx Wheat. HEX triplet: F3, DF and AE. RGB value is (243,223,174). Sum of RGB (Red+Green+Blue) = 243+223+174=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 174 (68.36% from 255 or 27.19% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DFAE is #0C2051. Grayscale: #DFDFDF. Windows color (decimal): -794706 or 11460595. OLE color: 11460595.

HSL color Cylindrical-coordinate representation of color #F3DFAE: hue angle of 42.61º 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 #F3DFAE is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB243223174-
CMYK00.080.280.05
HSL42.61º74.19%81.76%-
HSV(B)42.61º28.4%95.29%-
XYZ70.9974.8950.76-
YUV223.39100.13141.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.97%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 174 (68.36% from 255) = 27.19%
R=37.97%
G=34.84%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322317400.080.280.0542.6174.1981.76
HexF3DFAE081C52b4a52
Octal36333725601034553112122
Binary111100111101111110101110010001110010110101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFAE; }

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

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

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

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

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

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

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

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