#F3DDAF

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

Shades of Wheat #F3DDAF

Tints of Wheat #F3DDAF

Color information

#F3DDAF (or 0xF3DDAF) is unknown color: approx Wheat. HEX triplet: F3, DD and AF. RGB value is (243,221,175). Sum of RGB (Red+Green+Blue) = 243+221+175=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DDAF is #0C2250. Grayscale: #DEDEDE. Windows color (decimal): -795217 or 11525619. OLE color: 11525619.

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

Color convert

RGB243221175-
CMYK00.090.280.05
HSL40.59º73.91%81.96%-
HSV(B)40.59º27.98%95.29%-
XYZ70.5673.8651.1-
YUV222.33101.29142.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.03%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 175 (68.75% from 255) = 27.39%
R=38.03%
G=34.59%
B=27.39%

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
Decimal24322117500.090.280.0540.5973.9181.96
HexF3DDAF091C5294a52
Octal36333525701134551112122
Binary111100111101110110101111010011110010110100110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DDAF; }

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

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

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

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

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

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

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

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