#F0DAAF

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

Shades of Wheat #F0DAAF

Tints of Wheat #F0DAAF

Color information

#F0DAAF (or 0xF0DAAF) is unknown color: approx Wheat. HEX triplet: F0, DA and AF. RGB value is (240,218,175). Sum of RGB (Red+Green+Blue) = 240+218+175=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DAAF is #0F2550. Grayscale: #DBDBDB. Windows color (decimal): -992593 or 11524848. OLE color: 11524848.

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

Color convert

RGB240218175-
CMYK00.090.270.06
HSL39.69º68.42%81.37%-
HSV(B)39.69º27.08%94.12%-
XYZ68.7471.7650.79-
YUV219.68102.79142.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.91%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 175 (68.75% from 255) = 27.65%
R=37.91%
G=34.44%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021817500.090.270.0639.6968.4281.37
HexF0DAAF091B6284451
Octal36033225701133650104121
Binary111100001101101010101111010011101111010100010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DAAF; }

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

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

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

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

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

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

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

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