#F6DFB9

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

Shades of Wheat #F6DFB9

Tints of Wheat #F6DFB9

Color information

#F6DFB9 (or 0xF6DFB9) is unknown color: approx Wheat. HEX triplet: F6, DF and B9. RGB value is (246,223,185). Sum of RGB (Red+Green+Blue) = 246+223+185=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 185 (72.66% from 255 or 28.29% from 654); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFB9 is #092046. Grayscale: #E1E1E1. Windows color (decimal): -598087 or 12181494. OLE color: 12181494.

HSL color Cylindrical-coordinate representation of color #F6DFB9: hue angle of 37.38º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6DFB9 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB246223185-
CMYK00.090.250.04
HSL37.38º77.22%84.51%-
HSV(B)37.38º24.8%96.47%-
XYZ73.1575.8756.69-
YUV225.54105.12142.59-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.61%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 185 (72.66% from 255) = 28.29%
R=37.61%
G=34.10%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622318500.090.250.0437.3877.2284.51
HexF6DFB909194254d55
Octal36633727101131445115125
Binary111101101101111110111001010011100110010010110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DFB9; }

 p { color: rgb(246,223,185); }

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

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

 a { background-color: rgb(246,223,185); }

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

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

 span { border-color: rgb(246,223,185); }

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