#F1DEAE

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

Shades of Wheat #F1DEAE

Tints of Wheat #F1DEAE

Color information

#F1DEAE (or 0xF1DEAE) is unknown color: approx Wheat. HEX triplet: F1, DE and AE. RGB value is (241,222,174). Sum of RGB (Red+Green+Blue) = 241+222+174=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DEAE is #0E2151. Grayscale: #DEDEDE. Windows color (decimal): -926034 or 11460337. OLE color: 11460337.

HSL color Cylindrical-coordinate representation of color #F1DEAE: hue angle of 42.99º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1DEAE is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB241222174-
CMYK00.080.280.05
HSL42.99º70.53%81.37%-
HSV(B)42.99º27.8%94.51%-
XYZ70.047450.64-
YUV222.21100.79141.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 222 (87.11% from 255) = 34.85%
BLUE value IS 174 (68.36% from 255) = 27.32%
R=37.83%
G=34.85%
B=27.32%

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
Decimal24122217400.080.280.0542.9970.5381.37
HexF1DEAE081C52b4751
Octal36133625601034553107121
Binary111100011101111010101110010001110010110101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEAE; }

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

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

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

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

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

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

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

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