#F1DAAE

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

Shades of Wheat #F1DAAE

Tints of Wheat #F1DAAE

Color information

#F1DAAE (or 0xF1DAAE) is unknown color: approx Wheat. HEX triplet: F1, DA and AE. RGB value is (241,218,174). Sum of RGB (Red+Green+Blue) = 241+218+174=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DAAE is #0E2551. Grayscale: #DCDCDC. Windows color (decimal): -927058 or 11459313. OLE color: 11459313.

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

Color convert

RGB241218174-
CMYK00.100.280.05
HSL39.4º70.53%81.37%-
HSV(B)39.4º27.8%94.51%-
XYZ68.9971.950.29-
YUV219.86102.12143.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.07%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 174 (68.36% from 255) = 27.49%
R=38.07%
G=34.44%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121817400.100.280.0539.470.5381.37
HexF1DAAE0A1C5274751
Octal36133225601234547107121
Binary111100011101101010101110010101110010110011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DAAE; }

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

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

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

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

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

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

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

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