#F3DFB3

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

Shades of Wheat #F3DFB3

Tints of Wheat #F3DFB3

Color information

#F3DFB3 (or 0xF3DFB3) is unknown color: approx Wheat. HEX triplet: F3, DF and B3. RGB value is (243,223,179). Sum of RGB (Red+Green+Blue) = 243+223+179=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 179 (70.31% from 255 or 27.75% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFB3 is #0C204C. Grayscale: #E0E0E0. Windows color (decimal): -794701 or 11788275. OLE color: 11788275.

HSL color Cylindrical-coordinate representation of color #F3DFB3: hue angle of 41.25º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3DFB3 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB243223179-
CMYK00.080.260.05
HSL41.25º72.73%82.75%-
HSV(B)41.25º26.34%95.29%-
XYZ71.4975.0853.37-
YUV223.96102.63141.58-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.67%
GREEN value IS 223 (87.5% from 255) = 34.57%
BLUE value IS 179 (70.31% from 255) = 27.75%
R=37.67%
G=34.57%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322317900.080.260.0541.2572.7382.75
HexF3DFB3081A5294953
Octal36333726301032551111123
Binary111100111101111110110011010001101010110100110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFB3; }

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

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

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

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

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

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

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

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