#F4D8AE

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

Shades of Wheat #F4D8AE

Tints of Wheat #F4D8AE

Color information

#F4D8AE (or 0xF4D8AE) is unknown color: approx Wheat. HEX triplet: F4, D8 and AE. RGB value is (244,216,174). Sum of RGB (Red+Green+Blue) = 244+216+174=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D8AE is #0B2751. Grayscale: #DBDBDB. Windows color (decimal): -730962 or 11458804. OLE color: 11458804.

HSL color Cylindrical-coordinate representation of color #F4D8AE: hue angle of 36º 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 #F4D8AE is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB244216174-
CMYK00.110.290.04
HSL36º76.09%81.96%-
HSV(B)36º28.69%95.69%-
XYZ69.571.450.16-
YUV219.58102.28145.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.49%
GREEN value IS 216 (84.77% from 255) = 34.07%
BLUE value IS 174 (68.36% from 255) = 27.44%
R=38.49%
G=34.07%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421617400.110.290.043676.0981.96
HexF4D8AE0B1D4244c52
Octal36433025601335444114122
Binary111101001101100010101110010111110110010010010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D8AE; }

 p { color: rgb(244,216,174); }

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

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

 a { background-color: rgb(244,216,174); }

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

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

 span { border-color: rgb(244,216,174); }

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