#F3DCAF

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

Shades of Wheat #F3DCAF

Tints of Wheat #F3DCAF

Color information

#F3DCAF (or 0xF3DCAF) is unknown color: approx Wheat. HEX triplet: F3, DC and AF. RGB value is (243,220,175). Sum of RGB (Red+Green+Blue) = 243+220+175=638 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.09% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DCAF is #0C2350. Grayscale: #DDDDDD. Windows color (decimal): -795473 or 11525363. OLE color: 11525363.

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

Color convert

RGB243220175-
CMYK00.090.280.05
HSL39.71º73.91%81.96%-
HSV(B)39.71º27.98%95.29%-
XYZ70.2973.3451.01-
YUV221.75101.62143.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.09%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 175 (68.75% from 255) = 27.43%
R=38.09%
G=34.48%
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
Decimal24322017500.090.280.0539.7173.9181.96
HexF3DCAF091C5284a52
Octal36333425701134550112122
Binary111100111101110010101111010011110010110100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCAF; }

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

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

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

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

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

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

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

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