#f5deb3

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

Shades of Wheat #F5DEB3

Tints of Wheat #F5DEB3

Color information

#F5DEB3 (or 0xF5DEB3) is known color: Wheat. HEX triplet: F5, DE and B3. RGB value is (245,222,179). Sum of RGB (Red+Green+Blue) = 245+222+179=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 179 (70.31% from 255 or 27.71% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEB3 is #0A214C. Grayscale: #E0E0E0. Windows color (decimal): -663885 or 11788021. OLE color: 11788021.

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

Color convert

RGB245222179-
CMYK00.090.270.04
HSL39.09º76.74%83.14%-
HSV(B)39.09º26.94%96.08%-
XYZ71.9174.9153.32-
YUV223.98102.62143-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.93%
GREEN value IS 222 (87.11% from 255) = 34.37%
BLUE value IS 179 (70.31% from 255) = 27.71%
R=37.93%
G=34.37%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522217900.090.270.0439.0976.7483.14
HexF5DEB3091B4274d53
Octal36533626301133447115123
Binary111101011101111010110011010011101110010011110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5deb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5deb3; }

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

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

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

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

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

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

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

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