#FADEB6

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

Shades of Wheat #FADEB6

Tints of Wheat #FADEB6

Color information

#FADEB6 (or 0xFADEB6) is unknown color: approx Wheat. HEX triplet: FA, DE and B6. RGB value is (250,222,182). Sum of RGB (Red+Green+Blue) = 250+222+182=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 182 (71.48% from 255 or 27.83% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEB6 is #052149. Grayscale: #E2E2E2. Windows color (decimal): -336202 or 11984634. OLE color: 11984634.

HSL color Cylindrical-coordinate representation of color #FADEB6: hue angle of 35.29º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FADEB6 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB250222182-
CMYK00.110.270.02
HSL35.29º87.18%84.71%-
HSV(B)35.29º27.2%98.04%-
XYZ73.9975.9455.01-
YUV225.81103.28145.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 182 (71.48% from 255) = 27.83%
R=38.23%
G=33.94%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022218200.110.270.0235.2987.1884.71
HexFADEB60B1B2235755
Octal37233626601333243127125
Binary11111010110111101011011001011110111010001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEB6; }

 p { color: rgb(250,222,182); }

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

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

 a { background-color: rgb(250,222,182); }

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

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

 span { border-color: rgb(250,222,182); }

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