#F4DEAD

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

Shades of Wheat #F4DEAD

Tints of Wheat #F4DEAD

Color information

#F4DEAD (or 0xF4DEAD) is unknown color: approx Wheat. HEX triplet: F4, DE and AD. RGB value is (244,222,173). Sum of RGB (Red+Green+Blue) = 244+222+173=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DEAD is #0B2152. Grayscale: #DFDFDF. Windows color (decimal): -729427 or 11394804. OLE color: 11394804.

HSL color Cylindrical-coordinate representation of color #F4DEAD: hue angle of 41.41º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4DEAD is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB244222173-
CMYK00.090.290.04
HSL41.41º76.34%81.76%-
HSV(B)41.41º29.1%95.69%-
XYZ70.9774.4950.17-
YUV222.9999.79142.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.18%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 173 (67.97% from 255) = 27.07%
R=38.18%
G=34.74%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422217300.090.290.0441.4176.3481.76
HexF4DEAD091D4294c52
Octal36433625501135451114122
Binary111101001101111010101101010011110110010100110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DEAD; }

 p { color: rgb(244,222,173); }

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

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

 a { background-color: rgb(244,222,173); }

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

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

 span { border-color: rgb(244,222,173); }

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