#F3DAB1

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

Shades of Wheat #F3DAB1

Tints of Wheat #F3DAB1

Color information

#F3DAB1 (or 0xF3DAB1) is unknown color: approx Wheat. HEX triplet: F3, DA and B1. RGB value is (243,218,177). Sum of RGB (Red+Green+Blue) = 243+218+177=638 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.09% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DAB1 is #0C254E. Grayscale: #DCDCDC. Windows color (decimal): -795983 or 11655923. OLE color: 11655923.

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

Color convert

RGB243218177-
CMYK00.100.270.05
HSL37.27º73.33%82.35%-
HSV(B)37.27º27.16%95.29%-
XYZ69.9772.3751.88-
YUV220.8103.28143.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.09%
GREEN value IS 218 (85.55% from 255) = 34.17%
BLUE value IS 177 (69.53% from 255) = 27.74%
R=38.09%
G=34.17%
B=27.74%

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
Decimal24321817700.100.270.0537.2773.3382.35
HexF3DAB10A1B5254952
Octal36333226101233545111122
Binary111100111101101010110001010101101110110010110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAB1; }

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

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

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

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

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

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

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

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