#FADEB5

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

Shades of Wheat #FADEB5

Tints of Wheat #FADEB5

Color information

#FADEB5 (or 0xFADEB5) is unknown color: approx Wheat. HEX triplet: FA, DE and B5. RGB value is (250,222,181). Sum of RGB (Red+Green+Blue) = 250+222+181=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 181 (71.09% from 255 or 27.72% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEB5 is #05214A. Grayscale: #E1E1E1. Windows color (decimal): -336203 or 11919098. OLE color: 11919098.

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

Color convert

RGB250222181-
CMYK00.110.280.02
HSL35.65º87.34%84.51%-
HSV(B)35.65º27.6%98.04%-
XYZ73.8975.954.47-
YUV225.7102.78145.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 181 (71.09% from 255) = 27.72%
R=38.28%
G=34.00%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022218100.110.280.0235.6587.3484.51
HexFADEB50B1C2245755
Octal37233626501334244127125
Binary11111010110111101011010101011111001010010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEB5; }

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

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

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

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

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

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

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

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