#F3DAB2

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

Shades of Wheat #F3DAB2

Tints of Wheat #F3DAB2

Color information

#F3DAB2 (or 0xF3DAB2) is unknown color: approx Wheat. HEX triplet: F3, DA and B2. RGB value is (243,218,178). Sum of RGB (Red+Green+Blue) = 243+218+178=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 178 (69.92% from 255 or 27.86% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DAB2 is #0C254D. Grayscale: #DDDDDD. Windows color (decimal): -795982 or 11721459. OLE color: 11721459.

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

Color convert

RGB243218178-
CMYK00.100.270.05
HSL36.92º73.03%82.55%-
HSV(B)36.92º26.75%95.29%-
XYZ70.0772.4152.4-
YUV220.92103.78143.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.03%
GREEN value IS 218 (85.55% from 255) = 34.12%
BLUE value IS 178 (69.92% from 255) = 27.86%
R=38.03%
G=34.12%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321817800.100.270.0536.9273.0382.55
HexF3DAB20A1B5254953
Octal36333226201233545111123
Binary111100111101101010110010010101101110110010110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAB2; }

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

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

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

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

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

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

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

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