#F2DFAD

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

Shades of Wheat #F2DFAD

Tints of Wheat #F2DFAD

Color information

#F2DFAD (or 0xF2DFAD) is unknown color: approx Wheat. HEX triplet: F2, DF and AD. RGB value is (242,223,173). Sum of RGB (Red+Green+Blue) = 242+223+173=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DFAD is #0D2052. Grayscale: #DFDFDF. Windows color (decimal): -860243 or 11395058. OLE color: 11395058.

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

Color convert

RGB242223173-
CMYK00.080.290.05
HSL43.48º72.63%81.37%-
HSV(B)43.48º28.51%94.9%-
XYZ70.5574.6750.23-
YUV222.9899.79141.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 173 (67.97% from 255) = 27.12%
R=37.93%
G=34.95%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222317300.080.290.0543.4872.6381.37
HexF2DFAD081D52b4951
Octal36233725501035553111121
Binary111100101101111110101101010001110110110101110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFAD; }

 p { color: rgb(242,223,173); }

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

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

 a { background-color: rgb(242,223,173); }

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

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

 span { border-color: rgb(242,223,173); }

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