#FADFB3

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

Shades of Wheat #FADFB3

Tints of Wheat #FADFB3

Color information

#FADFB3 (or 0xFADFB3) is unknown color: approx Wheat. HEX triplet: FA, DF and B3. RGB value is (250,223,179). Sum of RGB (Red+Green+Blue) = 250+223+179=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 179 (70.31% from 255 or 27.45% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFB3 is #05204C. Grayscale: #E2E2E2. Windows color (decimal): -335949 or 11788282. OLE color: 11788282.

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

Color convert

RGB250223179-
CMYK00.110.280.02
HSL37.18º87.65%84.12%-
HSV(B)37.18º28.4%98.04%-
XYZ73.9576.3553.49-
YUV226.06101.45145.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 179 (70.31% from 255) = 27.45%
R=38.34%
G=34.20%
B=27.45%

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
Decimal25022317900.110.280.0237.1887.6584.12
HexFADFB30B1C2255854
Octal37233726301334245130124
Binary11111010110111111011001101011111001010010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFB3; }

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

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

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

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

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

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

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

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