#F3DCAD

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

Shades of Wheat #F3DCAD

Tints of Wheat #F3DCAD

Color information

#F3DCAD (or 0xF3DCAD) is unknown color: approx Wheat. HEX triplet: F3, DC and AD. RGB value is (243,220,173). Sum of RGB (Red+Green+Blue) = 243+220+173=636 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.21% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DCAD is #0C2352. Grayscale: #DDDDDD. Windows color (decimal): -795475 or 11394291. OLE color: 11394291.

HSL color Cylindrical-coordinate representation of color #F3DCAD: hue angle of 40.29º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3DCAD is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB243220173-
CMYK00.090.290.05
HSL40.29º74.47%81.57%-
HSV(B)40.29º28.81%95.29%-
XYZ70.173.2649.98-
YUV221.52100.62143.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.21%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 173 (67.97% from 255) = 27.20%
R=38.21%
G=34.59%
B=27.20%

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
Decimal24322017300.090.290.0540.2974.4781.57
HexF3DCAD091D5284a52
Octal36333425501135550112122
Binary111100111101110010101101010011110110110100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCAD; }

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

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

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

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

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

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

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

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