#F2DDAF

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

Shades of Wheat #F2DDAF

Tints of Wheat #F2DDAF

Color information

#F2DDAF (or 0xF2DDAF) is unknown color: approx Wheat. HEX triplet: F2, DD and AF. RGB value is (242,221,175). Sum of RGB (Red+Green+Blue) = 242+221+175=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DDAF is #0D2250. Grayscale: #DEDEDE. Windows color (decimal): -860753 or 11525618. OLE color: 11525618.

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

Color convert

RGB242221175-
CMYK00.090.280.05
HSL41.19º72.04%81.76%-
HSV(B)41.19º27.69%94.9%-
XYZ70.2173.6951.08-
YUV222.04101.46142.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 175 (68.75% from 255) = 27.43%
R=37.93%
G=34.64%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222117500.090.280.0541.1972.0481.76
HexF2DDAF091C5294852
Octal36233525701134551110122
Binary111100101101110110101111010011110010110100110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DDAF; }

 p { color: rgb(242,221,175); }

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

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

 a { background-color: rgb(242,221,175); }

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

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

 span { border-color: rgb(242,221,175); }

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