#F5DEAF

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

Shades of Wheat #F5DEAF

Tints of Wheat #F5DEAF

Color information

#F5DEAF (or 0xF5DEAF) is unknown color: approx Wheat. HEX triplet: F5, DE and AF. RGB value is (245,222,175). Sum of RGB (Red+Green+Blue) = 245+222+175=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DEAF is #0A2150. Grayscale: #DFDFDF. Windows color (decimal): -663889 or 11525877. OLE color: 11525877.

HSL color Cylindrical-coordinate representation of color #F5DEAF: hue angle of 40.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5DEAF is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245222175-
CMYK00.090.290.04
HSL40.29º77.78%82.35%-
HSV(B)40.29º28.57%96.08%-
XYZ71.5274.7551.22-
YUV223.52100.62143.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.16%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 175 (68.75% from 255) = 27.26%
R=38.16%
G=34.58%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522217500.090.290.0440.2977.7882.35
HexF5DEAF091D4284e52
Octal36533625701135450116122
Binary111101011101111010101111010011110110010100010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DEAF; }

 p { color: rgb(245,222,175); }

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

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

 a { background-color: rgb(245,222,175); }

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

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

 span { border-color: rgb(245,222,175); }

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