#F3DEAF

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

Shades of Wheat #F3DEAF

Tints of Wheat #F3DEAF

Color information

#F3DEAF (or 0xF3DEAF) is unknown color: approx Wheat. HEX triplet: F3, DE and AF. RGB value is (243,222,175). Sum of RGB (Red+Green+Blue) = 243+222+175=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DEAF is #0C2150. Grayscale: #DFDFDF. Windows color (decimal): -794961 or 11525875. OLE color: 11525875.

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

Color convert

RGB243222175-
CMYK00.090.280.05
HSL41.47º73.91%81.96%-
HSV(B)41.47º27.98%95.29%-
XYZ70.8274.3951.18-
YUV222.92100.96142.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.97%
GREEN value IS 222 (87.11% from 255) = 34.69%
BLUE value IS 175 (68.75% from 255) = 27.34%
R=37.97%
G=34.69%
B=27.34%

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
Decimal24322217500.090.280.0541.4773.9181.96
HexF3DEAF091C5294a52
Octal36333625701134551112122
Binary111100111101111010101111010011110010110100110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DEAF; }

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

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

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

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

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

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

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

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