#F2E1AE

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

Shades of Wheat #F2E1AE

Tints of Wheat #F2E1AE

Color information

#F2E1AE (or 0xF2E1AE) is unknown color: approx Wheat. HEX triplet: F2, E1 and AE. RGB value is (242,225,174). Sum of RGB (Red+Green+Blue) = 242+225+174=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 174 (68.36% from 255 or 27.15% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E1AE is #0D1E51. Grayscale: #E0E0E0. Windows color (decimal): -859730 or 11461106. OLE color: 11461106.

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

Color convert

RGB242225174-
CMYK00.070.280.05
HSL45º72.34%81.57%-
HSV(B)45º28.1%94.9%-
XYZ71.1875.7850.92-
YUV224.2799.63140.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.75%
GREEN value IS 225 (88.28% from 255) = 35.10%
BLUE value IS 174 (68.36% from 255) = 27.15%
R=37.75%
G=35.10%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222517400.070.280.054572.3481.57
HexF2E1AE071C52d4852
Octal3623412560734555110122
Binary11110010111000011010111001111110010110110110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E1AE; }

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

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

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

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

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

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

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

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