#F2DEB2

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

Shades of Wheat #F2DEB2

Tints of Wheat #F2DEB2

Color information

#F2DEB2 (or 0xF2DEB2) is unknown color: approx Wheat. HEX triplet: F2, DE and B2. RGB value is (242,222,178). Sum of RGB (Red+Green+Blue) = 242+222+178=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 178 (69.92% from 255 or 27.73% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DEB2 is #0D214D. Grayscale: #DFDFDF. Windows color (decimal): -860494 or 11722482. OLE color: 11722482.

HSL color Cylindrical-coordinate representation of color #F2DEB2: hue angle of 41.25º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2DEB2 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB242222178-
CMYK00.080.260.05
HSL41.25º71.11%82.35%-
HSV(B)41.25º26.45%94.9%-
XYZ70.7874.3352.74-
YUV222.96102.63141.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.69%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 178 (69.92% from 255) = 27.73%
R=37.69%
G=34.58%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222217800.080.260.0541.2571.1182.35
HexF2DEB2081A5294752
Octal36233626201032551107122
Binary111100101101111010110010010001101010110100110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEB2; }

 p { color: rgb(242,222,178); }

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

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

 a { background-color: rgb(242,222,178); }

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

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

 span { border-color: rgb(242,222,178); }

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