#F3DDB1

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

Shades of Wheat #F3DDB1

Tints of Wheat #F3DDB1

Color information

#F3DDB1 (or 0xF3DDB1) is unknown color: approx Wheat. HEX triplet: F3, DD and B1. RGB value is (243,221,177). Sum of RGB (Red+Green+Blue) = 243+221+177=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 177 (69.53% from 255 or 27.61% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DDB1 is #0C224E. Grayscale: #DEDEDE. Windows color (decimal): -795215 or 11656691. OLE color: 11656691.

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

Color convert

RGB243221177-
CMYK00.090.270.05
HSL40º73.33%82.35%-
HSV(B)40º27.16%95.29%-
XYZ70.7573.9452.14-
YUV222.56102.29142.58-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.91%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 177 (69.53% from 255) = 27.61%
R=37.91%
G=34.48%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322117700.090.270.054073.3382.35
HexF3DDB1091B5284952
Octal36333526101133550111122
Binary111100111101110110110001010011101110110100010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DDB1; }

 p { color: rgb(243,221,177); }

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

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

 a { background-color: rgb(243,221,177); }

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

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

 span { border-color: rgb(243,221,177); }

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