#F6DAB2

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

Shades of Wheat #F6DAB2

Tints of Wheat #F6DAB2

Color information

#F6DAB2 (or 0xF6DAB2) is unknown color: approx Wheat. HEX triplet: F6, DA and B2. RGB value is (246,218,178). Sum of RGB (Red+Green+Blue) = 246+218+178=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 178 (69.92% from 255 or 27.73% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DAB2 is #09254D. Grayscale: #DEDEDE. Windows color (decimal): -599374 or 11721462. OLE color: 11721462.

HSL color Cylindrical-coordinate representation of color #F6DAB2: hue angle of 35.29º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6DAB2 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB246218178-
CMYK00.110.280.04
HSL35.29º79.07%83.14%-
HSV(B)35.29º27.64%96.47%-
XYZ71.1172.9552.45-
YUV221.81103.28145.25-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.32%
GREEN value IS 218 (85.55% from 255) = 33.96%
BLUE value IS 178 (69.92% from 255) = 27.73%
R=38.32%
G=33.96%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621817800.110.280.0435.2979.0783.14
HexF6DAB20B1C4234f53
Octal36633226201334443117123
Binary111101101101101010110010010111110010010001110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DAB2; }

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

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

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

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

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

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

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

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