#F4DEB1

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

Shades of Wheat #F4DEB1

Tints of Wheat #F4DEB1

Color information

#F4DEB1 (or 0xF4DEB1) is unknown color: approx Wheat. HEX triplet: F4, DE and B1. RGB value is (244,222,177). Sum of RGB (Red+Green+Blue) = 244+222+177=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 177 (69.53% from 255 or 27.53% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DEB1 is #0B214E. Grayscale: #DFDFDF. Windows color (decimal): -729423 or 11656948. OLE color: 11656948.

HSL color Cylindrical-coordinate representation of color #F4DEB1: hue angle of 40.3º degrees, saturation: 0.75, 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 #F4DEB1 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB244222177-
CMYK00.090.270.04
HSL40.3º75.28%82.55%-
HSV(B)40.3º27.46%95.69%-
XYZ71.3774.6552.24-
YUV223.45101.79142.66-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.95%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 177 (69.53% from 255) = 27.53%
R=37.95%
G=34.53%
B=27.53%

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
Decimal24422217700.090.270.0440.375.2882.55
HexF4DEB1091B4284b53
Octal36433626101133450113123
Binary111101001101111010110001010011101110010100010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DEB1; }

 p { color: rgb(244,222,177); }

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

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

 a { background-color: rgb(244,222,177); }

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

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

 span { border-color: rgb(244,222,177); }

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