#F2DEAE

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

Shades of Wheat #F2DEAE

Tints of Wheat #F2DEAE

Color information

#F2DEAE (or 0xF2DEAE) is unknown color: approx Wheat. HEX triplet: F2, DE and AE. RGB value is (242,222,174). Sum of RGB (Red+Green+Blue) = 242+222+174=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DEAE is #0D2151. Grayscale: #DEDEDE. Windows color (decimal): -860498 or 11460338. OLE color: 11460338.

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

Color convert

RGB242222174-
CMYK00.080.280.05
HSL42.35º72.34%81.57%-
HSV(B)42.35º28.1%94.9%-
XYZ70.3874.1850.65-
YUV222.51100.63141.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 222 (87.11% from 255) = 34.80%
BLUE value IS 174 (68.36% from 255) = 27.27%
R=37.93%
G=34.80%
B=27.27%

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
Decimal24222217400.080.280.0542.3572.3481.57
HexF2DEAE081C52a4852
Octal36233625601034552110122
Binary111100101101111010101110010001110010110101010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEAE; }

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

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

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

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

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

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

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

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