#F4DFB2

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

Shades of Wheat #F4DFB2

Tints of Wheat #F4DFB2

Color information

#F4DFB2 (or 0xF4DFB2) is unknown color: approx Wheat. HEX triplet: F4, DF and B2. RGB value is (244,223,178). Sum of RGB (Red+Green+Blue) = 244+223+178=645 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.83% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 178 (69.92% from 255 or 27.60% from 645); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DFB2 is #0B204D. Grayscale: #E0E0E0. Windows color (decimal): -729166 or 11722740. OLE color: 11722740.

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

Color convert

RGB244223178-
CMYK00.090.270.04
HSL40.91º75%82.75%-
HSV(B)40.91º27.05%95.69%-
XYZ71.7375.2252.86-
YUV224.15101.96142.16-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.83%
GREEN value IS 223 (87.5% from 255) = 34.57%
BLUE value IS 178 (69.92% from 255) = 27.60%
R=37.83%
G=34.57%
B=27.60%

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
Decimal24422317800.090.270.0440.917582.75
HexF4DFB2091B4294b53
Octal36433726201133451113123
Binary111101001101111110110010010011101110010100110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DFB2; }

 p { color: rgb(244,223,178); }

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

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

 a { background-color: rgb(244,223,178); }

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

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

 span { border-color: rgb(244,223,178); }

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