#F3DCB2

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

Shades of Wheat #F3DCB2

Tints of Wheat #F3DCB2

Color information

#F3DCB2 (or 0xF3DCB2) is unknown color: approx Wheat. HEX triplet: F3, DC and B2. RGB value is (243,220,178). Sum of RGB (Red+Green+Blue) = 243+220+178=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 178 (69.92% from 255 or 27.77% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DCB2 is #0C234D. Grayscale: #DEDEDE. Windows color (decimal): -795470 or 11721971. OLE color: 11721971.

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

Color convert

RGB243220178-
CMYK00.090.270.05
HSL38.77º73.03%82.55%-
HSV(B)38.77º26.75%95.29%-
XYZ70.5973.4652.58-
YUV222.09103.12142.92-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.91%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 178 (69.92% from 255) = 27.77%
R=37.91%
G=34.32%
B=27.77%

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
Decimal24322017800.090.270.0538.7773.0382.55
HexF3DCB2091B5274953
Octal36333426201133547111123
Binary111100111101110010110010010011101110110011110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCB2; }

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

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

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

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

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

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

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

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