#F1DFAE

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

Shades of Wheat #F1DFAE

Tints of Wheat #F1DFAE

Color information

#F1DFAE (or 0xF1DFAE) is unknown color: approx Wheat. HEX triplet: F1, DF and AE. RGB value is (241,223,174). Sum of RGB (Red+Green+Blue) = 241+223+174=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DFAE is #0E2051. Grayscale: #DFDFDF. Windows color (decimal): -925778 or 11460593. OLE color: 11460593.

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

Color convert

RGB241223174-
CMYK00.070.280.05
HSL43.88º70.53%81.37%-
HSV(B)43.88º27.8%94.51%-
XYZ70.374.5350.73-
YUV222.8100.46140.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.77%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 174 (68.36% from 255) = 27.27%
R=37.77%
G=34.95%
B=27.27%

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
Decimal24122317400.070.280.0543.8870.5381.37
HexF1DFAE071C52c4751
Octal3613372560734554107121
Binary11110001110111111010111001111110010110110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFAE; }

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

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

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

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

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

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

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

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