#F3DCAC

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

Shades of Wheat #F3DCAC

Tints of Wheat #F3DCAC

Color information

#F3DCAC (or 0xF3DCAC) is unknown color: approx Wheat. HEX triplet: F3, DC and AC. RGB value is (243,220,172). Sum of RGB (Red+Green+Blue) = 243+220+172=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DCAC is #0C2353. Grayscale: #DDDDDD. Windows color (decimal): -795476 or 11328755. OLE color: 11328755.

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

Color convert

RGB243220172-
CMYK00.090.290.05
HSL40.56º74.74%81.37%-
HSV(B)40.56º29.22%95.29%-
XYZ7073.2249.47-
YUV221.4100.12143.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.27%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 172 (67.58% from 255) = 27.09%
R=38.27%
G=34.65%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322017200.090.290.0540.5674.7481.37
HexF3DCAC091D5294b51
Octal36333425401135551113121
Binary111100111101110010101100010011110110110100110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCAC; }

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

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

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

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

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

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

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

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