#F1DBAE

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

Shades of Wheat #F1DBAE

Tints of Wheat #F1DBAE

Color information

#F1DBAE (or 0xF1DBAE) is unknown color: approx Wheat. HEX triplet: F1, DB and AE. RGB value is (241,219,174). Sum of RGB (Red+Green+Blue) = 241+219+174=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DBAE is #0E2451. Grayscale: #DCDCDC. Windows color (decimal): -926802 or 11459569. OLE color: 11459569.

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

Color convert

RGB241219174-
CMYK00.090.280.05
HSL40.3º70.53%81.37%-
HSV(B)40.3º27.8%94.51%-
XYZ69.2572.4250.37-
YUV220.45101.79142.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.01%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 174 (68.36% from 255) = 27.44%
R=38.01%
G=34.54%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121917400.090.280.0540.370.5381.37
HexF1DBAE091C5284751
Octal36133325601134550107121
Binary111100011101101110101110010011110010110100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DBAE; }

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

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

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

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

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

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

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

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