#F2DBAE

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

Shades of Wheat #F2DBAE

Tints of Wheat #F2DBAE

Color information

#F2DBAE (or 0xF2DBAE) is unknown color: approx Wheat. HEX triplet: F2, DB and AE. RGB value is (242,219,174). Sum of RGB (Red+Green+Blue) = 242+219+174=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DBAE is #0D2451. Grayscale: #DCDCDC. Windows color (decimal): -861266 or 11459570. OLE color: 11459570.

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

Color convert

RGB242219174-
CMYK00.100.280.05
HSL39.71º72.34%81.57%-
HSV(B)39.71º28.1%94.9%-
XYZ69.5972.650.39-
YUV220.75101.62143.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.11%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 174 (68.36% from 255) = 27.40%
R=38.11%
G=34.49%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221917400.100.280.0539.7172.3481.57
HexF2DBAE0A1C5284852
Octal36233325601234550110122
Binary111100101101101110101110010101110010110100010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DBAE; }

 p { color: rgb(242,219,174); }

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

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

 a { background-color: rgb(242,219,174); }

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

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

 span { border-color: rgb(242,219,174); }

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