#F4DDB2

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

Shades of Wheat #F4DDB2

Tints of Wheat #F4DDB2

Color information

#F4DDB2 (or 0xF4DDB2) is unknown color: approx Wheat. HEX triplet: F4, DD and B2. RGB value is (244,221,178). Sum of RGB (Red+Green+Blue) = 244+221+178=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 178 (69.92% from 255 or 27.68% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DDB2 is #0B224D. Grayscale: #DFDFDF. Windows color (decimal): -729678 or 11722228. OLE color: 11722228.

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

Color convert

RGB244221178-
CMYK00.090.270.04
HSL39.09º75%82.75%-
HSV(B)39.09º27.05%95.69%-
XYZ71.274.1652.68-
YUV222.98102.62143-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.95%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 178 (69.92% from 255) = 27.68%
R=37.95%
G=34.37%
B=27.68%

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
Decimal24422117800.090.270.0439.097582.75
HexF4DDB2091B4274b53
Octal36433526201133447113123
Binary111101001101110110110010010011101110010011110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DDB2; }

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

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

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

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

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

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

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

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