#F6DFBA

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

Shades of Wheat #F6DFBA

Tints of Wheat #F6DFBA

Color information

#F6DFBA (or 0xF6DFBA) is unknown color: approx Wheat. HEX triplet: F6, DF and BA. RGB value is (246,223,186). Sum of RGB (Red+Green+Blue) = 246+223+186=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFBA is #092045. Grayscale: #E1E1E1. Windows color (decimal): -598086 or 12247030. OLE color: 12247030.

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

Color convert

RGB246223186-
CMYK00.090.240.04
HSL37º76.92%84.71%-
HSV(B)37º24.39%96.47%-
XYZ73.2675.9157.25-
YUV225.66105.62142.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.56%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 186 (73.05% from 255) = 28.40%
R=37.56%
G=34.05%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622318600.090.240.043776.9284.71
HexF6DFBA09184254d55
Octal36633727201130445115125
Binary111101101101111110111010010011100010010010110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DFBA; }

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

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

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

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

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

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

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

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