#FADEB4

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

Shades of Wheat #FADEB4

Tints of Wheat #FADEB4

Color information

#FADEB4 (or 0xFADEB4) is unknown color: approx Wheat. HEX triplet: FA, DE and B4. RGB value is (250,222,180). Sum of RGB (Red+Green+Blue) = 250+222+180=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 180 (70.70% from 255 or 27.61% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEB4 is #05214B. Grayscale: #E1E1E1. Windows color (decimal): -336204 or 11853562. OLE color: 11853562.

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

Color convert

RGB250222180-
CMYK00.110.280.02
HSL36º87.5%84.31%-
HSV(B)36º28%98.04%-
XYZ73.7875.8653.93-
YUV225.58102.28145.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 222 (87.11% from 255) = 34.05%
BLUE value IS 180 (70.70% from 255) = 27.61%
R=38.34%
G=34.05%
B=27.61%

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
Decimal25022218000.110.280.023687.584.31
HexFADEB40B1C2245854
Octal37233626401334244130124
Binary11111010110111101011010001011111001010010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEB4; }

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

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

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

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

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

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

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

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