#F0DDAF

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

Shades of Wheat #F0DDAF

Tints of Wheat #F0DDAF

Color information

#F0DDAF (or 0xF0DDAF) is unknown color: approx Wheat. HEX triplet: F0, DD and AF. RGB value is (240,221,175). Sum of RGB (Red+Green+Blue) = 240+221+175=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DDAF is #0F2250. Grayscale: #DDDDDD. Windows color (decimal): -991825 or 11525616. OLE color: 11525616.

HSL color Cylindrical-coordinate representation of color #F0DDAF: hue angle of 42.46º 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 #F0DDAF is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB240221175-
CMYK00.080.270.06
HSL42.46º68.42%81.37%-
HSV(B)42.46º27.08%94.12%-
XYZ69.5373.3351.05-
YUV221.44101.79141.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 175 (68.75% from 255) = 27.52%
R=37.74%
G=34.75%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022117500.080.270.0642.4668.4281.37
HexF0DDAF081B62a4451
Octal36033525701033652104121
Binary111100001101110110101111010001101111010101010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DDAF; }

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

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

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

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

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

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

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

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