#FADFB7

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

Shades of Wheat #FADFB7

Tints of Wheat #FADFB7

Color information

#FADFB7 (or 0xFADFB7) is unknown color: approx Wheat. HEX triplet: FA, DF and B7. RGB value is (250,223,183). Sum of RGB (Red+Green+Blue) = 250+223+183=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 183 (71.88% from 255 or 27.90% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFB7 is #052048. Grayscale: #E2E2E2. Windows color (decimal): -335945 or 12050426. OLE color: 12050426.

HSL color Cylindrical-coordinate representation of color #FADFB7: hue angle of 35.82º 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 #FADFB7 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB250223183-
CMYK00.110.270.02
HSL35.82º87.01%84.9%-
HSV(B)35.82º26.8%98.04%-
XYZ74.3676.5255.65-
YUV226.51103.45144.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.11%
GREEN value IS 223 (87.5% from 255) = 33.99%
BLUE value IS 183 (71.88% from 255) = 27.90%
R=38.11%
G=33.99%
B=27.90%

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
Decimal25022318300.110.270.0235.8287.0184.9
HexFADFB70B1B2245755
Octal37233726701333244127125
Binary11111010110111111011011101011110111010010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFB7; }

 p { color: rgb(250,223,183); }

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

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

 a { background-color: rgb(250,223,183); }

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

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

 span { border-color: rgb(250,223,183); }

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