#F3D8AF

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

Shades of Wheat #F3D8AF

Tints of Wheat #F3D8AF

Color information

#F3D8AF (or 0xF3D8AF) is unknown color: approx Wheat. HEX triplet: F3, D8 and AF. RGB value is (243,216,175). Sum of RGB (Red+Green+Blue) = 243+216+175=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D8AF is #0C2750. Grayscale: #DBDBDB. Windows color (decimal): -796497 or 11524339. OLE color: 11524339.

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

Color convert

RGB243216175-
CMYK00.110.280.05
HSL36.18º73.91%81.96%-
HSV(B)36.18º27.98%95.29%-
XYZ69.2671.2650.66-
YUV219.4102.95144.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.33%
GREEN value IS 216 (84.77% from 255) = 34.07%
BLUE value IS 175 (68.75% from 255) = 27.60%
R=38.33%
G=34.07%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321617500.110.280.0536.1873.9181.96
HexF3D8AF0B1C5244a52
Octal36333025701334544112122
Binary111100111101100010101111010111110010110010010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D8AF; }

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

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

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

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

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

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

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

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