#F3DFAF

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

Shades of Wheat #F3DFAF

Tints of Wheat #F3DFAF

Color information

#F3DFAF (or 0xF3DFAF) is unknown color: approx Wheat. HEX triplet: F3, DF and AF. RGB value is (243,223,175). Sum of RGB (Red+Green+Blue) = 243+223+175=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DFAF is #0C2050. Grayscale: #DFDFDF. Windows color (decimal): -794705 or 11526131. OLE color: 11526131.

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

Color convert

RGB243223175-
CMYK00.080.280.05
HSL42.35º73.91%81.96%-
HSV(B)42.35º27.98%95.29%-
XYZ71.0974.9351.27-
YUV223.51100.63141.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.91%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 175 (68.75% from 255) = 27.30%
R=37.91%
G=34.79%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322317500.080.280.0542.3573.9181.96
HexF3DFAF081C52a4a52
Octal36333725701034552112122
Binary111100111101111110101111010001110010110101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFAF; }

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

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

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

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

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

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

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

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