#F0DAAE

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

Shades of Wheat #F0DAAE

Tints of Wheat #F0DAAE

Color information

#F0DAAE (or 0xF0DAAE) is unknown color: approx Wheat. HEX triplet: F0, DA and AE. RGB value is (240,218,174). Sum of RGB (Red+Green+Blue) = 240+218+174=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DAAE is #0F2551. Grayscale: #DBDBDB. Windows color (decimal): -992594 or 11459312. OLE color: 11459312.

HSL color Cylindrical-coordinate representation of color #F0DAAE: hue angle of 40º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0DAAE is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240218174-
CMYK00.090.280.06
HSL40º68.75%81.18%-
HSV(B)40º27.5%94.12%-
XYZ68.6571.7250.27-
YUV219.56102.29142.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.97%
GREEN value IS 218 (85.55% from 255) = 34.49%
BLUE value IS 174 (68.36% from 255) = 27.53%
R=37.97%
G=34.49%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021817400.090.280.064068.7581.18
HexF0DAAE091C6284551
Octal36033225601134650105121
Binary111100001101101010101110010011110011010100010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DAAE; }

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

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

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

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

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

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

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

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