#F6DAAF

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

Shades of Wheat #F6DAAF

Tints of Wheat #F6DAAF

Color information

#F6DAAF (or 0xF6DAAF) is unknown color: approx Wheat. HEX triplet: F6, DA and AF. RGB value is (246,218,175). Sum of RGB (Red+Green+Blue) = 246+218+175=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DAAF is #092550. Grayscale: #DDDDDD. Windows color (decimal): -599377 or 11524854. OLE color: 11524854.

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

Color convert

RGB246218175-
CMYK00.110.290.04
HSL36.34º79.78%82.55%-
HSV(B)36.34º28.86%96.47%-
XYZ70.8272.8350.88-
YUV221.47101.78145.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.50%
GREEN value IS 218 (85.55% from 255) = 34.12%
BLUE value IS 175 (68.75% from 255) = 27.39%
R=38.50%
G=34.12%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621817500.110.290.0436.3479.7882.55
HexF6DAAF0B1D4245053
Octal36633225701335444120123
Binary111101101101101010101111010111110110010010010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DAAF; }

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

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

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

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

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

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

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

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